Hi, > So here we go: > <ballot> > I think the IO design for connectors used by Tomcat should be: > [ X ] NIO selectors, etc (this means 100% NIO) > [ X ] APR (this means 50% NIO, where NIO is only used for all the objects > exposed at the higher level) > </ballot>
I too vote both, and the classical style as well. Besides Costin's reasoning, with which I largely agree, I have also been seeing more and more people use Java web servers as the front-end, no less. And I want to keep the 100% pure Java option available, preferably as the default, even if it's a few percentage points worse performance. On a related note, we can add a server-highperformance.xml configuration file that ships with Tomcat, and uses APR and whatever else we can think of to increase perfdormance out of the box. This is similar to the multiple httpd-XXX.conf files that ship with the HTTP web server. Yoav Yoav Shapira System Design and Management Fellow MIT Sloan School of Management Cambridge, MA, USA [EMAIL PROTECTED] / www.yoavshapira.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]