On Fri, 2 Dec 2005, Yoav Shapira wrote: | (for example, on the Tomcat mailing lists, we've seen far more JSE5 than | JDK 1.4 queries not just recently, but for almost two years now),
Do remember that the user base (hopefully!) also is _expanding_, and that _new_ users (and instances?) probably tend to use "the newest there is", both on servlet containers and JRE. In addition, when you decide which Servlet Container to use, a rather low level part of the infrastructure, you are more probably also in a position to decide which JRE to run on. If you have to do work on an existing WebSphere system or similar, you will not be able to decide such things as easily. One more thing about concurrent.jar: if the inclusion of a entirely new library dependency sounds bad (which I personally think!), one have the option of just "stealing" the parts that are necessary: the magic is not in new JVM features, but in a very good engineering using existing. These will run _faster_ on newer JVMs, but are just as valid on older. " All classes are released to the public domain and may be used for any purpose whatsoever without permission or acknowledgment. " Regards, Endre. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
