RE: Memory usage

2007-10-23 Thread David Schwartz
> I have an application using openSSL version 0.9.7d. > I am able to create 20,000 TLS connections, but my heap size > is at 1.5GB. It looks like it is the SSL context. Is there anyway > to reduce the memory fotprint? I'm not 100% sure I understand your question. But if I understand it correctly,

Re: Memory usage

2007-10-23 Thread jimmy bahuleyan
David Schwartz wrote: >> I have an application using openSSL version 0.9.7d. >> I am able to create 20,000 TLS connections, but my heap size >> is at 1.5GB. It looks like it is the SSL context. Is there anyway >> to reduce the memory fotprint? > > I'm not 100% sure I understand your question. But