Re: How to get Apache to use simultaneous connections to my fcgi app?
Sebastian Böhm <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel,gmane.spam.detected |
|---|---|
| Message-ID | <[email protected]> |
Am 20.08.2007 um 23:08 schrieb Bo Lindbergh: > You may find `grep -w FCGI_GET_VALUES mod_fastcgi-2.4.2/*.c` > illuminating. > > In short, the only way to handle multiple requests simultaneously > with mod_fastcgi is to have it start multiple instances of your > application. you can also open multiple sockets from within one instance of your application. you cannot handle multiple requests simultaneously over a single socket connection. /sebastian > > > /Bo Lindbergh > > ___________________________________ > fastcgi-developers mailing list > http://fastcgi.com/fastcgi-developers/ > ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/