Re: huge memory allocation on simultaneous ssl handshakes.

2007-10-30 Thread Ramashish Baranwal
On 10/30/07, Lutz Jaenicke [EMAIL PROTECTED] wrote: Ramashish Baranwal wrote: Hi, I have a server which accepts ssl connections. I have a client which does parallel ssl connections to this. After closing all connections the server has unfreed memory. This gets reused for subsequent

huge memory allocation on simultaneous ssl handshakes.

2007-10-29 Thread Ramashish Baranwal
Hi, I have a server which accepts ssl connections. I have a client which does parallel ssl connections to this. After closing all connections the server has unfreed memory. This gets reused for subsequent ssl connections, so no issue there. My problem is with the amount of memory left over. I do