Is there any way to avoid fork() for debugging?

Fabio Kaminski fabiokaminski at gmail.com
Fri Oct 1 22:21:56 MSD 2010


indeed set follow-fork-mode child was working.. like with this undeamonized
version that you pointed out..

im sure everybody asks that :)

thanks Valery,

Fabio

On Fri, Oct 1, 2010 at 3:13 PM, Valery Kholodkov
<valery+nginxen at grid.net.ru<valery%2Bnginxen at grid.net.ru>
> wrote:

> daemon off;
> master_process off;
>
>
> Fabio Kaminski wrote:
>
>> Is there any way to avoid fork() for debugging, like the -X option from
>> apache?
>>
>> i've tried to set workers to 0 on config.. just the master process
>> alright.. but there's still a fork..
>>
>> how you guys use gdb?
>>
>
> --
> Best regards,
> Valery Kholodkov
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20101001/c121bfa0/attachment.html>


More information about the nginx mailing list