Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 95592 invoked from network); 25 Nov 2003 10:17:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 25 Nov 2003 10:17:05 -0000 Received: (qmail 29675 invoked by uid 500); 25 Nov 2003 10:16:19 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 29654 invoked by uid 500); 25 Nov 2003 10:16:19 -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 29641 invoked from network); 25 Nov 2003 10:16:19 -0000 Received: from unknown (HELO web25204.mail.ukl.yahoo.com) (217.12.10.64) by daedalus.apache.org with SMTP; 25 Nov 2003 10:16:19 -0000 Message-ID: <20031125101631.61233.qmail@web25204.mail.ukl.yahoo.com> Received: from [80.242.32.51] by web25204.mail.ukl.yahoo.com via HTTP; Tue, 25 Nov 2003 10:16:31 GMT Date: Tue, 25 Nov 2003 10:16:31 +0000 (GMT) From: =?iso-8859-1?q?S=20R?= Subject: Re: Tomcat 4.1.27/IE 6.0 Lockup To: Tomcat Users List In-Reply-To: <3FC25A05.6010701@comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Chris, Yup - quite a busy front end! Typically 100 dynamic objects (images swaps, formatted numbers) displaying factory data. Doe anybody have experience of Tomcat being used 24x7x365 for real-time type applications? --- Christopher Schultz wrote: > Steve, > > > My application can run for weeks or minutes before > the > > user experiences a browser lockup � this can be > when > > navigating between jsp�s in my application or > mostly > > when a javascript popup window is invoked to view > some > > other application data. > > Does the browser lock up, or does the app server > lock up? If it's the > browser, I'd like to suggest that you may have too > many moving parts > running the client site. > Tomcat is fine & other browsers can still connect. The locked browser must be killed sometimes to get it to close (really hung). I could dumb down the interface as a test. Loading tests on Tomcat (using Microsoft Stress Test tool) have been successful for 20 users, so it does suggest the browser is at fault. > > The intranet system displays dhtml-rich realtime > > variables in the browser webpage, using an applet > to > > retrieve data periodically from a jsp. The data is > > pushed into the page using javascript/liveconnect > to > > provide dynamic updates. > > Yep, lots of moving parts :) > > That sounds like a nightmare to manage. > > > Generally, server context variables are > > used to pass data to the JSPs for presenting to > the > > browser. > > If this is user-specific data you're talking about, > you should be using > the session or request scopes for this data. > I do use session scope for the user login credentials, however the data above is global to the application, all users should have access to this. One servlet populates a Hashmap datastore (context variable) which the jsp reads, formats the data & outputs to the applet. > -chris > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: > tomcat-user-help@jakarta.apache.org > ________________________________________________________________________ Want to chat instantly with your online friends? Get the FREE Yahoo! Messenger http://mail.messenger.yahoo.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org