RE: Connection pool for HTTPS using OpenSSL

2003-07-21 Thread Harald Ommang
On Mon, 21 Jul 2003 11:58:43 +0100, "steve thornton" wrote: > > This is pretty standard - if I understand you correctly, you mean that you > have a client that keeps a pool of sockets connected to a particular server. > You just need to implement some way of storing the session ids from the > han

RE: Connection pool for HTTPS using OpenSSL

2003-07-21 Thread steve thornton
the session when you re-connect using SSL_set_session (). does this help any? Steve -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Harald Ommang Sent: 19 July 2003 10:49 To: [EMAIL PROTECTED] Subject: RE: Connection pool for HTTPS using OpenSSL On Wed, 16

RE: Connection pool for HTTPS using OpenSSL

2003-07-19 Thread Harald Ommang
On Wed, 16 Jul 2003 14:49:41 +0100, "steve thornton" wrote: > > Sorry, can't read - you mean server. If you set up a session caching sceme, > then maintaining a pool of connections is cheap (ish) and straightforward. I > have code snippets if you need them > > Steve Hehe, well if you can't read