Using NGINX in non-fork mode

2015-04-13 Thread nitesh narayan lal
? If yes then is it possible to avoid forking. Pthreads is just now been introduced as a testing feature in NGiNX, so I don't want to use it. Is there any other way also to avoid fork? -- Regards Nitesh Narayan Lal http://www.niteshnarayanla

Re: Compiling and using NGINX in multi thread mode

2015-03-24 Thread nitesh narayan lal
Hi Maxim, On Tue, Mar 24, 2015 at 10:20 PM, Maxim Dounin wrote: > Hello! > > On Tue, Mar 24, 2015 at 01:03:11PM +0530, nitesh narayan lal wrote: > > > Hi, > > > > I hope that I am posting at the right place. > > I am trying to figure out if multi-thread m

Compiling and using NGINX in multi thread mode

2015-03-24 Thread nitesh narayan lal
commented out in the auto/options file. #--with-threads=*)USE_THREADS="$value" ;; #--with-threads) USE_THREADS="pthreads" ;; Due to which I am bit confused if its supported or not! -- Regards Nit