Re: cache manager process - i/o perf

2014-05-21 Thread Andy
I hit similar problem ... Can I know what is the ingest Gbps into the SSDs when you hit the problem? and How many cached file nodes in cache-manager? i have millions ... On Wed, May 21, 2014 at 7:57 PM, ixos wrote: > I'm having problem with I/O performance. I'm running nginx as caching > rever

Re: Unable to cache long cache url

2014-05-21 Thread Francis Daly
On Tue, May 20, 2014 at 11:27:14AM -0400, samgujrat1984 wrote: Hi there, > Yes, I am trying the same functionality as you mentioned. I want to serve > 1st request from backend weblogic application and after that I want to serve > same request for another hour from nginx cache. That sounds like

Re: cache manager process - i/o perf

2014-05-21 Thread Maxim Dounin
Hello! On Wed, May 21, 2014 at 09:15:16AM -0400, ixos wrote: > > The "proxy_cache_path" looks corrupted and incomplete. First of > > all, I would suggest you to make sure you are using "levels" > > parameter, see http://nginx.org/r/proxy_cache_path. > > I didn't paste all of proxy_cache_path dir

Re: cache manager process - i/o perf

2014-05-21 Thread ixos
> The "proxy_cache_path" looks corrupted and incomplete. First of > all, I would suggest you to make sure you are using "levels" > parameter, see http://nginx.org/r/proxy_cache_path. I didn't paste all of proxy_cache_path directive. Here you have all. proxy_temp_path /cache/tmp; proxy_cach

Re: Reuse of resources.

2014-05-21 Thread Jonathan Matthews
On 21 May 2014 10:22, Adarsh Pugalia wrote: > > Hi, I am just beginning with nginx and had a problem. The rest of your email doesn't describe a problem. What is your problem? ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/list

Re: cache manager process - i/o perf

2014-05-21 Thread Maxim Dounin
Hello! On Wed, May 21, 2014 at 07:57:00AM -0400, ixos wrote: > I'm having problem with I/O performance. I'm running nginx as caching > reverse proxy server. > When cache size on disk exceeds max_size cache manager starts working, but > it causes two problems occur: > > 1) I/O %util reach 100% an

cache manager process - i/o perf

2014-05-21 Thread ixos
I'm having problem with I/O performance. I'm running nginx as caching reverse proxy server. When cache size on disk exceeds max_size cache manager starts working, but it causes two problems occur: 1) I/O %util reach 100% and nginx starts dropping connections 2) cache manager process dosen't unlink

Reuse of resources.

2014-05-21 Thread Adarsh Pugalia
Hi, I am just beginning with nginx and had a problem. Is there any way to reuse resources allocated, across different modules, or multiple invocations of the same module? For example, suppose I initialize a variable in module1, can I reuse that variable somehow in module2 or, may be reuse that var