Re: Your opinion on a http accelerator

From: <jb@dont-contact.us>
Date: Sun, 16 Jan 2000 07:21:22 -0500

On Sun, Jan 16, 2000 at 06:27:15AM +0100, Henrik Nordstrom wrote:
> If however the web server sends dynamically generated content then an
> accelerator may be beneficial, especially so if this dynamically
> generated content is cachable. But even if the dynamically generated
> content isn't cachable the accelerator may help by taking most of the
> workload for static objects.

This misses one point - with a pre-forking httpd, and dynamic content
generated with buried interpreters and pre-byte compiled modules,
such as php or modperl, an accelerator allows the child httpd to
write at full speed then become free for another request. With
modperl this is absolutely critical given that one httpd can easily
exceed 10mb of non-shared memory.

Which brings up a question.. will squid buffer non cacheable dynamic
content of any length and feed it to a slow reader? or is there a
limit (8k, 16k?) that would delay the accelerated httpd from
finishing the request at full speed.

thanks
-Justin
Received on Sun Jan 16 2000 - 05:33:48 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:50:25 MST