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

Fabio Kaminski fabiokaminski at gmail.com
Fri Oct 1 22:29:14 MSD 2010


Nice! i can see the flow now! i wish i had more time to do that :)

On Fri, Oct 1, 2010 at 3:21 PM, Fabio Kaminski <fabiokaminski at gmail.com>wrote:

> 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/a76008be/attachment.html>


More information about the nginx mailing list