Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0CFF2D562 for ; Tue, 14 May 2013 14:41:28 +0000 (UTC) Received: (qmail 10544 invoked by uid 500); 14 May 2013 14:41:24 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 10400 invoked by uid 500); 14 May 2013 14:41:23 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 10382 invoked by uid 99); 14 May 2013 14:41:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 14:41:23 +0000 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS,UNPARSEABLE_RELAY X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Chuck.Caldarale@unisys.com designates 216.82.251.1 as permitted sender) Received: from [216.82.251.1] (HELO mail1.bemta12.messagelabs.com) (216.82.251.1) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 May 2013 14:41:16 +0000 Received: from [216.82.249.131:52312] by server-1.bemta-12.messagelabs.com id F0/F3-31318-8EC42915; Tue, 14 May 2013 14:40:40 +0000 X-Env-Sender: Chuck.Caldarale@unisys.com X-Msg-Ref: server-8.tower-28.messagelabs.com!1368542438!25014634!5 X-Originating-IP: [192.61.61.104] X-StarScan-Received: X-StarScan-Version: 6.9.6; banners=-,-,- X-VirusChecked: Checked Received: (qmail 3341 invoked from network); 14 May 2013 14:40:40 -0000 Received: from unknown (HELO USEA-NAEDGE1.unisys.com) (192.61.61.104) by server-8.tower-28.messagelabs.com with RC4-SHA encrypted SMTP; 14 May 2013 14:40:40 -0000 Received: from usea-nahubcas1.na.uis.unisys.com (129.224.76.114) by USEA-NAEDGE1.unisys.com (192.61.61.104) with Microsoft SMTP Server (TLS) id 8.3.83.0; Tue, 14 May 2013 09:40:38 -0500 Received: from USEA-EXCH8.na.uis.unisys.com ([129.224.76.41]) by usea-nahubcas1.na.uis.unisys.com ([129.224.76.114]) with mapi; Tue, 14 May 2013 09:40:38 -0500 From: "Caldarale, Charles R" To: Tomcat Users List Date: Tue, 14 May 2013 09:40:26 -0500 Subject: RE: TomCat Request Processing Thread-Topic: TomCat Request Processing Thread-Index: Ac5QrfMvJoJow6KxSruJbrs514j6sAAAmrqA Message-ID: <99C8B2929B39C24493377AC7A121E21FC4AD5137EF@USEA-EXCH8.na.uis.unisys.com> References: <519203F0.20205@apache.org> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org > From: yogesh hingmire [mailto:yogesh.hingmire@gmail.com]=20 > Subject: Re: TomCat Request Processing > Sure, i tried looking at the sequence diagram on the apache tomcat site, > was not able to understand from there. Basically what i want to understan= d > is, how does the connector handle multiple requests, it spawns a separate > thread to handle each of them. On that point i wanted to know how the > interaction happens between the connector and its request processor. Sorr= y > if its too basic of a question, if you could or other team members point = me > in the direction it will be of great help. As you may have noticed, Tomcat (not TomCat) is open source. Download the = code and read it. All of the responders on this mailing list are volunteers - including the T= omcat committers. Don't expect anyone to do your research for you. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MA= TERIAL and is thus for use only by the intended recipient. If you received = this in error, please contact the sender and delete the e-mail and its atta= chments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org