ah, ok. 
 
So application-scoped information that would change with time is
susceptible to clustering issues.


> -----Original Message-----
> From: Ralph Einfeldt [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, October 29, 2003 11:13 AM
> To: Tomcat Users List
> Subject: RE: Session vs. Application Replication
> 
> 
> It's not an uncommon desire to share objects between 
> distributed servlet engines, that are above the 
> application level. 
> 
> Just some examples: 
> 
> If you have a unique key generator you might want to 
> share the last created key between the instances. 
> (Yes I know that there are other solutions to achive 
> this)
> 
> It might be usefull to share data between beans that
> have application scope to enshure that all have the 
> same information.
> 
> (I personally haven't needed any of these, but wouldn't
> call it a weak design to do so)
> 
> > -----Original Message-----
> > From: Mike Curwen [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, October 29, 2003 5:53 PM
> > To: 'Tomcat Users List'
> > Subject: RE: Session vs. Application Replication
> > 
> > 
> > I'm probably missing something in this whole discussion, but
> > I'm failing to see why you'd need to replicate 
> 'application' context.
> >  
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to