Hi
> For my purposes, I would let the database manage conflicts. Each
application scope object would
> be tied to the database, a change made on a specific application server
would first update the
> database. For example, the information from a table containing
label/value pairs for product
> c
--- "Filip Hanik (lists)" <[EMAIL PROTECTED]> wrote:
> From: "Filip Hanik \(lists\)" <[EMAIL PROTECTED]>
> To: "Tomcat Users List" <[EMAIL PROTECTED]>
> Subject: RE: Clustering Application Scope Objects
> Date: Mon, 12 Apr 2004 09:49:
iday, April 09, 2004 5:48 PM
> To: Tomcat Users List
> Subject: Clustering Application Scope Objects
>
>
> I've read documentation for The Tomcat 5 Servlet/JSP Container:
> Clustering/Session Replication HOW-TO
> http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.
Hi Mike,
This is an interesting question. Using the PlugIn interface to store
"semi-static" data in the app context is a commonly accepted pattern (we use it
in the project I'm working on now). However, there's no mechanism currently
available in Struts to allow for data model change event noti
ny
correlated methods for clustering application scope objects?
AFAIK there's nothing in the Servlet API specifications in this
direction. Sessions may be swapped in and out by several
different means (serialization or database), but application
scope information is kept individuall
cat-5.0-doc/cluster-howto.html
> >
> > I understand clustering for individual user sessions. Are there any
> > correlated methods for clustering application scope objects?
>
> AFAIK there's nothing in the Servlet API specifications in this
> direction. Sessions may
user sessions. Are there any
> correlated methods for clustering application scope objects?
AFAIK there's nothing in the Servlet API specifications in this
direction. Sessions may be swapped in and out by several
different means (serialization or database), but application
scope information i
I've read documentation for The Tomcat 5 Servlet/JSP Container:
Clustering/Session Replication HOW-TO
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html
I understand clustering for individual user sessions. Are there any correlated
methods for
clustering application
8 matches
Mail list logo