On Tue, Aug 08, 2000 at 05:08:36PM +0100, Matt Sergeant wrote:
> 
> Keep-alives. To be able to do that you need to store your output and make
> sure that your solution sends the appropriate headers that don't kill
> keep-alive. These include Content-Length (which is why you need to store
> your output before sending it) and some others which I forget, anyone?
> 
Unfortunately keep-alive doesn't work too well with SSL and MSIE :(
SSL Session caching is the way to go instead - an SSL cache hit (ie. no
RSA operations) is probably about a hundred times faster than having to set
up the session from scratch. 

vh

Mads Toftum
-- 
`Darn it, who spiked my coffee with water?!' - lwall

Reply via email to