Hello!
On Tue, Dec 2, 2014 at 12:57 PM, chase.holland wrote:
> Thank you for your quick response! Could you be more specific on what is
> blocking the worker process?
Just FYI: you can always find the blocking IO calls via tools like the
off-CPU flame graphs:
https://github.com/openresty/nginx-s
On Tue, 02 Dec 2014 20:41:36 +, Some Developer wrote:
> I guess I'll just write my daemon and take a dump of all the headers
> manually to see exactly what to expect. At least then I can see how the
> library will perform under real world conditions.
You could try something similar with netc
Valentin V. Bartenev Wrote:
---
> On Monday 01 December 2014 22:09:14 chase.holland wrote:
> > Hey all,
> >
> > We've written a module to connect NGINX / OpenResty with ZMQ
> endpoints
> > (https://github.com/neloe/ngx_zmq), but all requests thro
On 02/12/14 18:15, Richard Stanway wrote:
Rather than the source, you should check the docs :)
http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#parameters
Not entirely what I meant but thanks for the link.
I guess I'll just write my daemon and take a dump of all the headers
manuall
Rather than the source, you should check the docs :)
http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#parameters
On Tue, Dec 2, 2014 at 6:11 PM, Some Developer
wrote:
> I've looked through the nginx source code and couldn't find a specific
> list of HTTP headers that nginx passes thr
I've looked through the nginx source code and couldn't find a specific
list of HTTP headers that nginx passes through to SCGI and FastCGI
application servers.
I'm writing a simple SCGI and FastCGI application server in C++ and need
to know what set of options are available to use.
Unfortunat
I have use case where my multi image upload api should be authenticated
(from authentication server )before sending request to concern backend
server. But during authentication images remains in memory of nginx server
, in this setup I am seeing my latency of nginx fluctuates too much. How
can I a
Hello Nginx users,
Now available: Nginx 1.7.8 for Windows http://goo.gl/lTlKVG (32-bit and
64-bit versions)
These versions are to support legacy users who are already using Cygwin
based builds of Nginx. Officially supported native Windows binaries are at
nginx.org.
Announcements are also availab
Changes with nginx 1.7.8 02 Dec 2014
*) Change: now the "If-Modified-Since", "If-Range", etc. client request
header lines are passed to a backend while caching if nginx knows in
advance that the response will not be cached (e.g., when using
On Monday 01 December 2014 22:09:14 chase.holland wrote:
> Hey all,
>
> We've written a module to connect NGINX / OpenResty with ZMQ endpoints
> (https://github.com/neloe/ngx_zmq), but all requests through the module
> report a 0.000 time back to access.log, making it impossible to determine
> whi
Hi,
i love Nginx, but i have some specific problem. Nginx cache depends also on
some browser-specific factors.
In one project, we need to work with Nginx as "Static webpage mirror" for
occasional outages or scheduled downtimes of primary server.
99% visitors just browsing this website and only
11 matches
Mail list logo