Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 83840 invoked from network); 13 Jun 2005 17:08:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jun 2005 17:08:30 -0000 Received: (qmail 33417 invoked by uid 500); 13 Jun 2005 17:08:12 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 33383 invoked by uid 500); 13 Jun 2005 17:08:11 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: 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 33369 invoked by uid 99); 13 Jun 2005 17:08:11 -0000 X-ASF-Spam-Status: No, hits=3.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_POST,FORGED_YAHOO_RCVD X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from web31514.mail.mud.yahoo.com (HELO web31514.mail.mud.yahoo.com) (68.142.198.143) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 13 Jun 2005 10:08:10 -0700 Received: (qmail 4612 invoked by uid 60001); 13 Jun 2005 17:07:52 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=CC7uebbETy4a2kvzbBI6YSrhr8O5Zx7GVOUlAZE0Xq1s5Mf0co4Jx592pG2ze9z0oKn6QPKeViwfhN7CkOptvy3yk5ob6UqPwvpYimYMRPwvnTMXGoQmCIR+D9TJa02L6HwELkqYrqRiSACpEj15FzjZiH5iAwtnFhv2MsiIWi4= ; Message-ID: <20050613170752.4609.qmail@web31514.mail.mud.yahoo.com> Received: from [64.66.33.65] by web31514.mail.mud.yahoo.com via HTTP; Mon, 13 Jun 2005 10:07:52 PDT Date: Mon, 13 Jun 2005 10:07:52 -0700 (PDT) From: nitin dubey Subject: RE: Servlet threading Issue. Unexpected behaviour. To: Tomcat Users List In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thanks Chuck. It is working. I was using Firefox and now tried with Internet Explorer. I will try to see an option for this setting in Firefox. If not, probably I will put up a request to Mozilla to have this option configurable. Nitin --- "Caldarale, Charles R" wrote: > > From: nitin dubey [mailto:nitz_tech@yahoo.com] > > Subject: Servlet threading Issue. Unexpected > behaviour. > > > > Only after the response of either of the first two > > requests is complete then it shows me doGet() and > > then doPost() msg. > > As has been discussed before on this list, you're > probably encountering > the client (browser) limitation of two open requests > to a given server > at a time. This is the recommended behavior as > described in the HTTP > RFC. Try using multiple clients and see what > happens. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR > OTHERWISE PROPRIETARY > MATERIAL 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 attachments from all computers. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: > tomcat-user-help@jakarta.apache.org > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org