On Tue, 8 Aug 2000, Nigel Hamilton wrote:

> Hi,
>      Also, does anyone know a way to speed up SSL somehow?

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?

-- 
<Matt/>

Fastnet Software Ltd. High Performance Web Specialists
Providing mod_perl, XML, Sybase and Oracle solutions
Email for training and consultancy availability.
http://sergeant.org | AxKit: http://axkit.org

Reply via email to