FastCGI & Keep-Alive
"Simon" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello Folks, I have a script which loads thumbnail images via a PHP script. Using FastCGI PHP with this script creates a problem because there seems to be no keep-alive support. I end up with like 40 requests going to 40 unique FastCGI processes per a single HTML page due to 40 thumbnails on the page. I need all keep-alive requests to go to the same FastCGI process. This way all 40 thumbnails, in the example above, would get served one after another via the same FastCGI process, not tying up the rest of the FastCGI pool. I have looked at Session Affinity patch, is this my only option? I do not like the fact that it relies on IP/cookie instead of the actual tracking of apache's keep-alive session. What are my options? Thank you! -Simon ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/