> It used to, many many years ago. And it happily slurped in GBs worth of
> data. People tend to comment when the webserver mops up all available
> memory though.

> It is limited per connection to
>       SERVER_MAX_PREFETCH * clt->clt_sndbufsiz

> See server_read() in server.c, line 1005ff
> With SERVER_MAX_PREFETCH being defined to 256 in httpd.h.

So, as far as I understand, httpd should read in chunks of 256 bytes
also when operating in fastcgi, is it so? Why is it eating all te memory
though?
Or maybe I just misunderstood your explanation :)

If I did, can this behaviour be changed (or made dependent on a
parameter, or is it strictly bounded to httpd design?

Thank you for your time,
Aldo

Reply via email to