Re: Nginx as a single process

2014-04-28 Thread Maxim Dounin
Hello! On Mon, Apr 28, 2014 at 09:07:37AM -0400, nginxsantos wrote: > Hi Maxim, > > Thanks for the response. > > Are you saying if I convert the processes to threads may be through pthread > or rfork, it is not going to work? The thread model is not supported at > all? Currently most of threa

Re: Nginx as a single process

2014-04-28 Thread nginxsantos
Hi Maxim, Thanks for the response. Are you saying if I convert the processes to threads may be through pthread or rfork, it is not going to work? The thread model is not supported at all? Thanks, Santos Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249686,249694#msg-249694 __

Re: Nginx as a single process

2014-04-28 Thread Maxim Dounin
Hello! On Mon, Apr 28, 2014 at 08:35:40AM -0400, nginxsantos wrote: > I tried to compile 1.6.0 with --with-threads. But, looks like this is no > longer supported. > > #--with-threads=*)USE_THREADS="$value" ;; > #--with-threads) USE_THREADS=

Re: Nginx as a single process

2014-04-28 Thread nginxsantos
I tried to compile 1.6.0 with --with-threads. But, looks like this is no longer supported. #--with-threads=*)USE_THREADS="$value" ;; #--with-threads) USE_THREADS="pthreads";; Can anyone please comment on this. Posted at Nginx Forum: ht

Nginx as a single process

2014-04-28 Thread nginxsantos
Hi, Can anyone please help me to run nginx as a single process model (threads instead of processes). I am interested on this as I am more incline to run this with a usermode TCP like netmap-rumptcpip. Anyone has done this or investigating on this ? Thanks, Santos Posted at Nginx Forum: http