On 5/29/05, Jason Sheedy <[EMAIL PROTECTED]> wrote:
> I have some components that I want to store in the application scope.
> This is easy to manage on a single server, but when you start using
> multiple servers you run into problems managing it all.

What we do is to expose a web service (on every instance) that can be
called to propagate updates across the cluster. We run the JRun Web
Server so that we can directly access every instance (inside the
firewall - those addresses are not publicly exposed).

If you're relying on propagating a lot of data, you might want to
revisit your application architecture - using a database may be more
appropriate than trying to rely on shared memory.
-- 
Sean A Corfield -- http://corfield.org/
Team Fusebox -- http://fusebox.org/
Got Gmail? -- I have 50, yes 50, invites to give away!

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to