Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 77107 invoked from network); 14 Jun 2004 14:49:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Jun 2004 14:49:24 -0000 Received: (qmail 35263 invoked by uid 500); 14 Jun 2004 14:49:05 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 35209 invoked by uid 500); 14 Jun 2004 14:49:05 -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 35192 invoked by uid 99); 14 Jun 2004 14:49:05 -0000 Received: from [209.249.147.28] (HELO proxy1.addr.com) (209.249.147.28) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 14 Jun 2004 07:49:05 -0700 Received: from JD312 ([203.124.152.29]) by proxy1.addr.com (8.12.8/8.12.8/Submit) with SMTP id i5EEmij3067763 for ; Mon, 14 Jun 2004 07:48:46 -0700 (PDT) Message-ID: <04b901c4521f$5937a7e0$bf00a8c0@blraddrcom> From: "Keith Hankin" To: "Tomcat Users List" Subject: Multiple requests sharing the same Servlet instance Date: Mon, 14 Jun 2004 20:23:24 +0530 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_04B6_01C4524D.7155BBE0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------=_NextPart_000_04B6_01C4524D.7155BBE0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I am having a problem where one Servlet instance seems to being used by = two different threads at the same time. It is my understanding that = Servlet instances will not be used by two threads at the same time, so = that the service() method would thus only be called by one thread, then = it can be called again if the Servlet instance is reused by way of = pooling. ------=_NextPart_000_04B6_01C4524D.7155BBE0--