With this usage scenario i would recommend sticky sessions.
> -----Original Message----- > From: Igor [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 30, 2004 8:59 PM > To: [EMAIL PROTECTED] > Subject: Re: Synchronization in cluster > > > > Users of my application can upload comma separeted files, > that are imported in database. > This process can take 10-30 minutes, if file is large, so new > Thread is started with import process and user is redirected to > refreshing page, that displays status of import. Information about > import process is stored in static variable (import thread and > status jsp can access this information). > > If it happens in one JVM, everething is ok. But what will be > in the case of load balancing? > > Thank you, > Igor > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
