Actually i mean whether we can create a Async Server with the Classic I/O Module.
By backlog limit i mean the acceptCount parmeter of the ServerSocket. On 9/4/07, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote: > > 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: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > >
