Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 60273 invoked from network); 1 Oct 2004 09:26:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Oct 2004 09:26:31 -0000 Received: (qmail 38175 invoked by uid 500); 1 Oct 2004 09:25:59 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 38104 invoked by uid 500); 1 Oct 2004 09:25:59 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38089 invoked by uid 99); 1 Oct 2004 09:25:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [62.67.60.3] (HELO mail01.hh02.uptime.de) (62.67.60.3) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 01 Oct 2004 02:25:57 -0700 Received: (qmail 6148 invoked from network); 1 Oct 2004 09:25:53 -0000 Received: from unknown (HELO server02.hh.uptime.de) (postmaster@uptime-isc.de@212.202.153.225) by services01.hh02.uptime.de with SMTP; 1 Oct 2004 09:25:53 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Subject: RE: Synchronization in cluster Content-Transfer-Encoding: quoted-printable Content-class: urn:content-classes:message Date: Fri, 1 Oct 2004 11:25:53 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Message-ID: <38A9EC5928D4D8498ECCBF14DF7C54440C0250@server02.hh.uptime.de> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Synchronization in cluster thread-index: AcSnH8KJaD0zCgQLRna39juCsZ/MGAAeKCQw From: "Ralph Einfeldt" To: "Tomcat Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N With this usage scenario i would recommend sticky sessions. > -----Original Message----- > From: Igor [mailto:ia_rud@ukr.net] > Sent: Thursday, September 30, 2004 8:59 PM > To: tomcat-user@jakarta.apache.org > Subject: Re: Synchronization in cluster >=20 >=20 >=20 > Users of my application can upload comma separeted files,=20 > that are imported in database. > This process can take 10-30 minutes, if file is large, so new=20 > Thread is started with import process and user is redirected to=20 > refreshing page, that displays status of import. Information about > import process is stored in static variable (import thread and=20 > status jsp can access this information). >=20 > If it happens in one JVM, everething is ok. But what will be=20 > in the case of load balancing? >=20 > Thank you, > Igor >=20 --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org