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