Re: upstream server max_conns

2014-08-12 Thread Homutov Vladimir
On Tue, Aug 12, 2014 at 02:33:00PM -0700, Yu Zhao wrote: > Greetings, > > I'm looking for a solution to limit number of connections to upstream > servers because my app engine running on upstream servers performs best > when requests are serialized per CPU. > > The commercial version of Nginx provi

upstream server max_conns

2014-08-12 Thread Yu Zhao
Greetings, I'm looking for a solution to limit number of connections to upstream servers because my app engine running on upstream servers performs best when requests are serialized per CPU. The commercial version of Nginx provides upstream server max_conns parameter which "limits the maximum num

Re: [PATCH 0 of 4 v3] Build-system: Cross-compilation support improvement

2014-08-12 Thread Samuel Martin
ping? On Sat, Aug 2, 2014 at 1:14 AM, Samuel Martin wrote: > Hi all, > > > Here is the 3rd round of this short series improving nginx build-system > support for cross-compilation. > > This series fixes a couple of issues found in the previous submission. > It still tries to be as less intrusive a