maximum number of simultaneous SSL connections ???
vipin
vipin@REDACTED
Tue Oct 4 07:56:40 CEST 2005
Is there any encryption mechanism which could be used temporarily in
place of SSL? (until you find a permanent solution for this problem)
Since i need a secure connection between a server and a client. And
also server must be in a position to handle a large number of clients
simultaneosly (>10000).
--
Vipin
Bjorn Gustavsson wrote:
>It is 1024, but it will probably be changed in a future release.
>
>/Björn
>
>vipin <vipin@REDACTED> writes:
>
>
>
>>Hi all !!!
>>
>>What is the maximum number of simultaneous SSL connections on Linux
>>system ?
>>I've a erlang process which runs as a TCP server, the server listen on
>>a defined port and spawns up a new child process to handle each client
>>request. When the server is hit hard, the clients receive an
>>'esslconnect' error. Server stops creating any new SSL connection
>>after it reaches a limit of 1018 even after setting the 'ulimit -n
>>10000' for the current shell.
>>
>>I'm getting the same error even after setting the 'ERL_MAX_PORTS' to
>>some number (say 10000).
>>
>>Your suggestions would be welcome.
>>
>>Cheers,
>>Vipin
>>
>>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20051004/e5e164f4/attachment.htm>
More information about the erlang-questions
mailing list