mod_fastcgi buffersize
double <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, A FastCGI application creates a website, and the content size is below e.g. 100k. Let's image, the client has a slow dialup-connection. Will, in this case, the FastCGI application be blocked until the website is entirely transfered to the client? Or is this website buffered by the webserver and the FastCGI application can process a different request? Thanks Marcus