In-memory caches and app server load-balancing
From: Venkatesh M.C. (mc.venkatesh_at_siemens.com)
Date: 09/27/03
- Next message: Kasper Dupont: "Re: In-memory caches and app server load-balancing"
- Previous message: Richard Steiner: "Re: linux in local partition??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 27 Sep 2003 17:48:42 +0530
Hi,
I have a program running on an application server that creates and works
with the following.
(a) in-memory caches of data from the database and
(b) symbolic "locks" used to control concurrent user access to certain
pieces of data.
I have a requirement to have the program run on an application server farm.
Any suggestions on how I can keep my caches in each of the server machines
in synch with one another? The symbolic locks have be kept in synch across
the servers without any delays.
Any hints would be greatly appreciated.
Thanks.
Venkatesh
- Next message: Kasper Dupont: "Re: In-memory caches and app server load-balancing"
- Previous message: Richard Steiner: "Re: linux in local partition??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|