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]>
Hi,

mod_fastcgi does not implement the full fastcgi spec.

You can accept more than one connection from mod_fastcgi by just  
creating a couple of sockets. (I did this and it works).

What you can't do with mod_fastcgi is to multiplex multiple  
connections with one socket (which is optional in the fastcgi spec).

Beside of accepting multiple connections with one process you also  
can fork this process to accept more connections.

/sebastian



Am 20.08.2007 um 21:33 schrieb David Birnbaum:

> On Mon, 20 Aug 2007, joe-QzMH92Wc/[email protected] wrote:
>
>> On Aug 20, 2007, at 17:51 UTC, David Birnbaum wrote:
>>
>> It still seems suspicious to me that I never get a FCGI_GET_VALUES
>> record, and so never have the opportunity to tell mod_fastcgi that I
>> can accept more than one connection.  Or do you think that's not
>> related?
>
> As far as I know, you don't have to tell the library that, but I'm  
> not an expert
> at the lower levels.  I would grab a snoop and a trace to see if  
> the server is
> attempting to open another connection or not.
>
> David.
> ___________________________________
> fastcgi-developers mailing list
> http://fastcgi.com/fastcgi-developers/
>

___________________________________
fastcgi-developers mailing list
http://fastcgi.com/fastcgi-developers/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.