maximum number of simultaneous SSL connections ???

Joel Reymont joelr1@REDACTED
Tue Oct 4 10:59:35 CEST 2005


Vipin,

You could encrypt/decrypt manually. It would go like this:

1) Send RSA public key to the client
2) Have client generate a session key and send it back encrypted
3) Decrypt session key on the server using server's public key
4) Have server and client use block encryption like RC5-CBC for the  
rest of the session

The advantage of this approach is that you can encrypt just the  
packets you want which will save you a bit of traffic.

     Joel

On Oct 4, 2005, at 7:56 AM, vipin wrote:

> 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).

--
http://wagerlabs.com/idealab








More information about the erlang-questions mailing list