Re: nginx/slowcgi: cgi program keep running

2014-08-03 Thread Stuart Henderson
On 2014-08-02, Florian Obser wrote: > On Sat, Aug 02, 2014 at 12:11:18PM +0200, S?bastien Marie wrote: >> Hi, >> >> I do some tests with a cgi program that go in infinite loop. >> >> In order to test it with nginx (-current GENERIC.MP#304), I started >> slowcgi to run the cgi program (and config

Re: nginx/slowcgi: cgi program keep running

2014-08-02 Thread Sébastien Marie
On Sat, Aug 02, 2014 at 10:37:41AM +, Florian Obser wrote: > On Sat, Aug 02, 2014 at 12:11:18PM +0200, S?bastien Marie wrote: > > > > But, the cgi program is still running (in infinite loop at max CPU). > > > > Is it an expected behaviour or not ? It seems odd to me. > > Does slowcgi implemen

Re: nginx/slowcgi: cgi program keep running

2014-08-02 Thread Florian Obser
On Sat, Aug 02, 2014 at 12:11:18PM +0200, S?bastien Marie wrote: > Hi, > > I do some tests with a cgi program that go in infinite loop. > > In order to test it with nginx (-current GENERIC.MP#304), I started > slowcgi to run the cgi program (and configured ngnix). > > The configuration is ok: th

nginx/slowcgi: cgi program keep running

2014-08-02 Thread Sébastien Marie
Hi, I do some tests with a cgi program that go in infinite loop. In order to test it with nginx (-current GENERIC.MP#304), I started slowcgi to run the cgi program (and configured ngnix). The configuration is ok: the cgi program reply as expected in normal cases. But when it go in infinite loop