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 -
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
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
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
_
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
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