Re: [users@httpd] Caching module

2011-04-02 Thread Mohit Anchlia
I mean shared data. For eg if I have server 1-4 in one data center and 5-9 in other and when I write keyvalue pair to it updates the cache in nodes 1-9 On Fri, Apr 1, 2011 at 5:28 PM, Nick Kew wrote: > On Fri, 1 Apr 2011 16:24:31 -0700 > Mohit Anchlia wrote: > >> Apache 2: >> >> Is there any cac

Re: [users@httpd] Caching module

2011-04-02 Thread Nick Kew
On Fri, 1 Apr 2011 16:24:31 -0700 Mohit Anchlia wrote: > Apache 2: > > Is there any caching module in apache that will also keep cache in > sync accross multiple apache servers (cluster)? How do you mean? Are you thinking of something like a mod_cache backend? You'd be defeating the purpose of

Re: [users@httpd] Caching module

2011-04-01 Thread Mohit Anchlia
We have multiple data centers (both active). We have a complicated scenario where user need to be persisted on one site for one hour. There are other options but all other options require client making some changes which is not possible at this time. So I am looking at some caching where I can can

Re: [users@httpd] Caching module

2011-04-01 Thread Devraj Mukherjee
We found this while we were doing some research, http://code.google.com/p/modmemcachecache/ Although our solution ended up being caching on an application level. If you are a little more specific about your problem, we might be able to share a little more. On Sat, Apr 2, 2011 at 10:24 AM, Mohit

[users@httpd] Caching module

2011-04-01 Thread Mohit Anchlia
Apache 2: Is there any caching module in apache that will also keep cache in sync accross multiple apache servers (cluster)? - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org