how to use my own FD in NGINX

Akins, Brian Brian.Akins at turner.com
Thu Mar 24 18:45:59 MSK 2011


On 3/24/11 4:37 AM, "Philippe RAZAVET" <razavet at stg-interactive.com> wrote:

> Should I give up hacking NGINX event loop, and make my own event loop to
> manage my File Descriptors in a back-end process ? (actually, this is
> the way I go for now)

If your backend process can do http or fastcgi, I'd just do that.  You can
do it over unix sockets if that helps.  Much simpler than trying to play
with event loop.

-- 
Brian Akins





More information about the nginx-devel mailing list