Re: [EMAIL PROTECTED] mod_mem_cache question...

2006-09-04 Thread Xuekun Hu
On 9/3/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I found the problems with mod_mem_cache under load. I am going to look into mod_disk_cache as per your suggestion. I hope mod_disk_cache does better. Thanks for all the help, Joshua. What kind of problems did you find with mod_mem_cache?

Re: [EMAIL PROTECTED] mod_mem_cache question...

2006-09-02 Thread apacheuser123
Subject: Re: [EMAIL PROTECTED] mod_mem_cache question... On 9/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:  >  >  > Thanks Joshua. My apache setup talks to tomcat using mod_ajp. One last  > question on the behavior of Apache. Say, there is a page that is in the 

Re: [EMAIL PROTECTED] mod_mem_cache question...

2006-09-02 Thread Joshua Slive
On 9/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks Joshua. My apache setup talks to tomcat using mod_ajp. One last question on the behavior of Apache. Say, there is a page that is in the cache which has expired. A client makes a request for that page. Apache looks in the cache, find

Re: [EMAIL PROTECTED] mod_mem_cache question...

2006-09-01 Thread apacheuser123
@httpd.apache.org Sent: Fri, 1 Sep 2006 7:24 PM Subject: Re: [EMAIL PROTECTED] mod_mem_cache question... On 9/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:  >  >  > Thanks Joshua for the quick reply. Guess this means using mod_mem_cache will  > not give me the best ca

Re: [EMAIL PROTECTED] mod_mem_cache question...

2006-09-01 Thread Joshua Slive
On 9/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks Joshua for the quick reply. Guess this means using mod_mem_cache will not give me the best cache hit/miss ratio as compared to mod_disk_cache ? Is the way I have configured apache wrong ? Is it possible to run only 1 instance of h

Re: [EMAIL PROTECTED] mod_mem_cache question...

2006-09-01 Thread apacheuser123
2006 6:55 PM Subject: Re: [EMAIL PROTECTED] mod_mem_cache question... On 9/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:  >  >  > Hi,  >  > I have an Apache 2.2.2 setup on a Redhat box. Caching is implemented using  > mod_mem_cache.  > Apache was bu

Re: [EMAIL PROTECTED] mod_mem_cache question...

2006-09-01 Thread Joshua Slive
On 9/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi, I have an Apache 2.2.2 setup on a Redhat box. Caching is implemented using mod_mem_cache. Apache was built to use worker MPM. Here are the relevant sections from httpd.conf # # mod_cache/mod_mem_cache settings # CacheEna

[EMAIL PROTECTED] mod_mem_cache question...

2006-09-01 Thread apacheuser123
Hi, I have an Apache 2.2.2 setup on a Redhat box. Caching is implemented using mod_mem_cache. Apache was built to use worker MPM. Here are the relevant sections from httpd.conf # # mod_cache/mod_mem_cache settings #    CacheEnable mem /    CacheStoreNoStore On    MCacheSize  4096    MCacheMaxO