Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-30 Thread Michael Ludwig
Caldarale, Charles R schrieb am 29.11.2010 um 22:47 (-0600): From: Michael Ludwig [mailto:mil...@gmx.de] can we say that: (a) blocking IO requires one thread (or, in some other server environments, one process) per socket Well, sort of. The actual requirement is one thread per

(Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-29 Thread sol myr
Hi, I've just started looking into the NIO Connector. And I see why it's great to combine NIO+Comet... But does it makes any difference outside of Comet? 1) Namely, if I only have old-fashioned Servlets (not a CometProcessor) - will it improve performance to use NIO connector (versus the good

Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-29 Thread Mark Thomas
On 29/11/2010 16:23, sol myr wrote: Hi, I've just started looking into the NIO Connector. And I see why it's great to combine NIO+Comet... But does it makes any difference outside of Comet? Yes. 1) Namely, if I only have old-fashioned Servlets (not a CometProcessor) - will it improve

Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sol, On 11/29/2010 11:23 AM, sol myr wrote: I've just started looking into the NIO Connector. And I see why it's great to combine NIO+Comet... But does it makes any difference outside of Comet? Some data: please read the initial slides to

Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-29 Thread Michael Ludwig
Mark Thomas schrieb am 29.11.2010 um 16:34 (+): On 29/11/2010 16:23, sol myr wrote: I've just started looking into the NIO Connector. And I see why it's great to combine NIO+Comet... But does it makes any difference outside of Comet? Yes. 1) Namely, if I only have old-fashioned

RE: (Tomcat) Does NIO connector make a difference outside of 'Comet' ?

2010-11-29 Thread Caldarale, Charles R
From: Michael Ludwig [mailto:mil...@gmx.de] Subject: Re: (Tomcat) Does NIO connector make a difference outside of 'Comet' ? can we say that: (a) blocking IO requires one thread (or, in some other server environments, one process) per socket Well, sort of. The actual requirement is one