On 5/9/2012 8:41 AM, Henrik Strand wrote:
> 
> I want to use mod_fcgid (http://httpd.apache.org/mod_fcgid/) with a
> daemon implemented in C. Is there a lib available like the one from the
> FastCGI project (http://www.fastcgi.com/) to use for a fcgi_accept()
> function? Or do I have to implement one myself?

If you want to manage the pool of fcgi workers yourself, please take a moment to
look at mod_proxy_fcgi as a possible solution for processing the requests in 
lieu
of mod_fcgid. The former only streams requests/responses, while the later also
handles all of the process pool management.  [And if we were clever and had time
on our hands, we would jettison the request pipeline from mod_fcgid in favor of
delegating that work to mod_proxy_fcgi ;-]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to