Re: Client side session caching revisited

2000-11-19 Thread Louis LeBlanc
Louis LeBlanc wrote: > > Ok, here's what I have so far: > > I turned on cacheing during the OpenSSL initialization in my app, then > created a mechanizm to purge expired sessions every half hour. The > entire cache is also purged, and stats are logged just before the logs > are rolled for backu

Re: Client side session caching revisited

2000-11-19 Thread Louis LeBlanc
Louis LeBlanc wrote: > > Hey all. I kind of feel like I'm beating a dead horse here, and that > this question may have been answered already, but here goes. > > I have a client app that needs to connect to any number of servers and > cache sessions. This app will be expected to create up to 10

Client side session caching revisited

2000-11-18 Thread Louis LeBlanc
Hey all. I kind of feel like I'm beating a dead horse here, and that this question may have been answered already, but here goes. I have a client app that needs to connect to any number of servers and cache sessions. This app will be expected to create up to 100 connections per second, with pos