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

Re: Load Balancing and High Availability

2013-07-23 Thread nitesh
Hi Team, I am newbiw too and i am setting up load balancer with nginx from " https://www.digitalocean.com/community/articles/how-to-set-up-nginx-load-balancing"; but my reuest are not going to the servers which i have configured. below is the my nginx.conf setup upstr