Re: [PATCH] Access log: fix default value, broken by cb308813b453

2014-06-03 Thread Ruslan Ermilov
On Tue, Jun 03, 2014 at 10:54:49AM -0700, Piotr Sikora wrote: > # HG changeset patch > # User Piotr Sikora > # Date 1401818028 25200 > # Tue Jun 03 10:53:48 2014 -0700 > # Node ID 7f425d67f91ae3966b4f31b33dcd0386977a97a4 > # Parent c46657e391a3710c4ea20f312d46ff6566d80aef > Access log: fix d

[PATCH] Access log: fix default value, broken by cb308813b453

2014-06-03 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1401818028 25200 # Tue Jun 03 10:53:48 2014 -0700 # Node ID 7f425d67f91ae3966b4f31b33dcd0386977a97a4 # Parent c46657e391a3710c4ea20f312d46ff6566d80aef Access log: fix default value, broken by cb308813b453. log->filter ("if" parameter) was unin

Re: [PATCH] Core: merge adjacent free slab pages to ameliorate fragmentation from multi-page blocks (Was Re: Help with shared memory usage)

2014-06-03 Thread Wandenberg Peixoto
Thanks agentzh, Maxim and Igor On Tue, Jun 3, 2014 at 11:00 AM, Maxim Dounin wrote: > Hello! > > On Mon, Jun 02, 2014 at 08:42:50PM +0400, Maxim Dounin wrote: > > > Hello! > > > > On Sat, May 31, 2014 at 11:46:28PM -0300, Wandenberg Peixoto wrote: > > > > > Hello Maxim, > > > > > > I executed m

Re: [PATCH] Core: merge adjacent free slab pages to ameliorate fragmentation from multi-page blocks (Was Re: Help with shared memory usage)

2014-06-03 Thread Maxim Dounin
Hello! On Mon, Jun 02, 2014 at 08:42:50PM +0400, Maxim Dounin wrote: > Hello! > > On Sat, May 31, 2014 at 11:46:28PM -0300, Wandenberg Peixoto wrote: > > > Hello Maxim, > > > > I executed my tests again and seems that your improved patch version is > > working fine too. > > Good, thanks for t

[nginx] Core: slab allocator free pages defragmentation.

2014-06-03 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/c46657e391a3 branches: changeset: 5718:c46657e391a3 user: Maxim Dounin date: Tue Jun 03 17:53:03 2014 +0400 description: Core: slab allocator free pages defragmentation. Large allocations from a slab pool result in free page blocks being fragme

Re: best approach for content phase handler to run again with event timer & ngx_done?

2014-06-03 Thread Maxim Dounin
Hello! On Mon, Jun 02, 2014 at 11:05:14AM -0700, bsfra...@gmail.com wrote: [...] > So, it seems like some of what you've recommended (incrementing req count, > and having finalize_request called) is then being done. > > This seemed to work correctly and each time the event handler triggered, >