Re: mod_fcgid + daemon implemented in C

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux