Re: How tomulti thread a servlet

2001-05-14 Thread Bo Xu
Bob Smith wrote: > Hi, > > I have migrated a TCP based server to a servlet and cannot figure out how to > get multi-threading working. > > The TCP server works like this; > > Listen for Request: > read command code from the accepted socket; > find a free thread containing a slave server who can h

RE: How tomulti thread a servlet

2001-05-14 Thread Bob Smith
- From: Danny Angus [mailto:[EMAIL PROTECTED]] Sent: Monday, May 14, 2001 12:56 PM To: [EMAIL PROTECTED] Subject: RE: How tomulti thread a servlet I'm nervous about airing my own ignorance here, but what I have seen is that Tomcat hands out requests to multiple threads each of which contai

RE: How tomulti thread a servlet

2001-05-14 Thread Danny Angus
> -Original Message- > From: Bob Smith [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 14, 2001 12:24 PM > To: [EMAIL PROTECTED] > Subject: How tomulti thread a servlet > > > Hi, > > I have migrated a TCP based server to a servlet and cannot figure > out h

How tomulti thread a servlet

2001-05-14 Thread Bob Smith
Hi, I have migrated a TCP based server to a servlet and cannot figure out how to get multi-threading working. The TCP server works like this; Listen for Request: read command code from the accepted socket; find a free thread containing a slave server who can handle the command; hand the socket