Return-Path: Delivered-To: apmail-jakarta-httpcomponents-dev-archive@www.apache.org Received: (qmail 14590 invoked from network); 4 Sep 2007 08:33:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Sep 2007 08:33:33 -0000 Received: (qmail 91731 invoked by uid 500); 4 Sep 2007 08:33:27 -0000 Delivered-To: apmail-jakarta-httpcomponents-dev-archive@jakarta.apache.org Received: (qmail 91701 invoked by uid 500); 4 Sep 2007 08:33:27 -0000 Mailing-List: contact httpcomponents-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list httpcomponents-dev@jakarta.apache.org Received: (qmail 91692 invoked by uid 99); 4 Sep 2007 08:33:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 01:33:27 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [213.46.255.22] (HELO viefep28-int.chello.at) (213.46.255.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Sep 2007 08:34:35 +0000 Received: from [192.168.0.63] (really [212.71.105.68]) by viefep28-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20070904083300.LAPX18690.viefep28-int.chello.at@[192.168.0.63]> for ; Tue, 4 Sep 2007 10:33:00 +0200 Subject: Re: Regarding Async server in NIO Example From: Oleg Kalnichevski To: HttpComponents Project In-Reply-To: <632145970709032223n5683b2a4v805416cc8a695173@mail.gmail.com> References: <632145970709032223n5683b2a4v805416cc8a695173@mail.gmail.com> Content-Type: text/plain Date: Tue, 04 Sep 2007 10:32:55 +0200 Message-Id: <1188894775.5564.3.camel@okhost> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Tue, 2007-09-04 at 10:53 +0530, Techie India wrote: > Hi, > > Going through the examples i find that we can build Async Server with NIO > Module, Can we do the same thing with the Classic I/O module. > Yes, of course http://svn.apache.org/repos/asf/jakarta/httpcomponents/httpcore/tags/4.0-alpha5/module-main/src/examples/org/apache/http/examples/ElementalHttpServer.java > One more thing, is there any thing in NIO Module through which we can set a > backlog limit for the server socket, if not then what is the default value > for that. > What do you mean by the 'backlog limit for the server socket'? Maximum content buffer length? Oleg > > > Thanks, > Techie India --------------------------------------------------------------------- To unsubscribe, e-mail: httpcomponents-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: httpcomponents-dev-help@jakarta.apache.org