Re: Help with shared memory usage

2013-07-30 Thread Wandenberg Peixoto
Hello! Thanks for your help. I hope that the patch be OK now. I don't know if the function and variable names are on nginx pattern. Feel free to change the patch. If you have any other point before accept it, will be a pleasure to fix it. --- src/core/ngx_slab.c2013-05-06 07:27:10.0 -

[nginx] release-1.5.3 tag

2013-07-30 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/0ff3dc9081a1 branches: changeset: 5308:0ff3dc9081a1 user: Maxim Dounin date: Tue Jul 30 17:27:55 2013 +0400 description: release-1.5.3 tag diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs (8 lines): diff --gi

[nginx] nginx-1.5.3-RELEASE

2013-07-30 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/644a07952629 branches: changeset: 5307:644a07952629 user: Maxim Dounin date: Tue Jul 30 17:27:55 2013 +0400 description: nginx-1.5.3-RELEASE diffstat: docs/xml/nginx/changes.xml | 75 ++ 1 files ch

Re: Help with shared memory usage

2013-07-30 Thread Maxim Dounin
Hello! On Mon, Jul 29, 2013 at 04:01:37PM -0300, Wandenberg Peixoto wrote: [...] > What would be an alternative to not loop on pool->pages? Free memory blocks are linked in pool->free list, it should be enough to look there. [...] -- Maxim Dounin http://nginx.org/en/donation.html _

Re: Looking for developer to fix a NginX test case module

2013-07-30 Thread Maxim Dounin
Hello! On Mon, Jul 29, 2013 at 07:07:10PM -0600, Julien Zefi wrote: > hi Maxim, > > thanks so much for the code provided, i have merged that code in my module > and it worked as expected!. Would you please send me the details to send > you the money ? Please use donations form here: http://ngi

Re: [PATCH] SO_REUSEPORT support for listen sockets

2013-07-30 Thread Sepherosa Ziehau
On Mon, Jul 29, 2013 at 10:57 PM, Maxim Dounin wrote: > Hello! > > On Sun, Jul 28, 2013 at 09:11:26PM +0800, Sepherosa Ziehau wrote: > > [...] > >> > 2) this feature should be disabled on DragonFly versions prior to the >> > 740d1d9 commit, because it clearly wouldn't do any good there, >> >> On D