Re: Tomcat 5 architectural questions

2005-01-19 Thread Tim Funk
nio is used for clustering to replicate HttpSessions to other nodes in the cluster. nio is not used for talking to the web browser. -Tim T K wrote: I grep'ed through the tomcat 5.5.4 sources and found nio under org.apache.catalina.cluster - what's up with that? Not currently in use? tia --- Tim F

Re: Tomcat 5 architectural questions

2005-01-19 Thread T K
I grep'ed through the tomcat 5.5.4 sources and found nio under org.apache.catalina.cluster - what's up with that? Not currently in use? tia --- Tim Funk <[EMAIL PROTECTED]> wrote: > There is no nio in tomcat. > > -Tim > > T K wrote: > > > Hi, > > > > 1) Is T5.0 nio based? > > 2) Is T5.5 nio

Re: Tomcat 5 architectural questions

2005-01-13 Thread Tim Funk
There is no nio in tomcat. -Tim T K wrote: Hi, 1) Is T5.0 nio based? 2) Is T5.5 nio based? 3) For the version that's nio based, how many threads are typically in use? 4) Are there any articles on performance diffs between the two versions? 5) Why would one want to use one over the other? 6) Why wou

Tomcat 5 architectural questions

2005-01-13 Thread T K
Hi, 1) Is T5.0 nio based? 2) Is T5.5 nio based? 3) For the version that's nio based, how many threads are typically in use? 4) Are there any articles on performance diffs between the two versions? 5) Why would one want to use one over the other? 6) Why would one want to use any of them over 4.1 ap