Re: [PATCH] Upstream: add consistent hash module

2014-05-13 Thread Maxim Dounin
Hello! On Thu, May 08, 2014 at 03:52:24PM +0800, Jianjun Zheng wrote: > usage example: cons_hash $request_uri; > > Not only consistent hash is introduced as a load balancing, but also > increase the hits of cache in upstream servers. > > This modules is written according to round_robin, ip_hash

Re: [PATCH 1 of 2] auto/type/sizeof: rework autotest to be cross-compilation friendly

2014-05-13 Thread Maxim Dounin
Hello! On Fri, May 09, 2014 at 02:13:00PM +0200, Samuel Martin wrote: > Hi Maxim, all, > > Overall, thanks a lot for your feedback. > > I'm doing this in order to get nginx integrated in Buildroot [1], so > it would be automatically tested by the Buildroot buildfarms [2]. > > I'd like to know

Re: [PATCH 3 of 3] auto/lib/*: prepend include location with sysroot path

2014-05-13 Thread Maxim Dounin
Hello! On Fri, May 09, 2014 at 02:18:19PM +0200, Samuel Martin wrote: > Hi Maxim, all, > > On Fri, May 9, 2014 at 5:55 AM, Maxim Dounin wrote: > > Hello! > > > > On Sun, May 04, 2014 at 09:33:55PM +0200, Samuel Martin wrote: > > > >> # HG changeset patch > >> # User Samuel Martin > >> # Date 1

Worker ID

2014-05-13 Thread Jordan Newman
Is there a way from an nginx module to see which # worker it is? Thank you. -- Jordan Newman ___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: Worker ID

2014-05-13 Thread Wandenberg Peixoto
Check the nginx_process_slot or nginx_process_pid On May 13, 2014 10:20 PM, "Jordan Newman" wrote: > Is there a way from an nginx module to see which # worker it is? Thank you. > > -- > Jordan Newman > > ___ > nginx-devel mailing list > nginx-devel@ngi

Maybe Comment Bug

2014-05-13 Thread liubin
Hi: As i new to mp4 file format,i confused about the comment. "send original file if moov atom resides before mdat atom and client requests integral file” Should the “before” should be changed with “after”? Sorry about my poor English. ngx_http_mp4_module.

Re: Maybe Comment Bug

2014-05-13 Thread Roman Arutyunyan
Hello, Obviously, "no_mdat" is true if moov resides before mdat. On May 14, 2014, at 6:59 AM, liubin wrote: > Hi: > As i new to mp4 file format,i confused about the comment. > "send original file if moov atom resides before mdat atom and client > requests integral file” > Sho