Re: Challenges for Java hosting

2006-04-07 Thread Paul Speed
Reinhard Moosauer wrote: Ok. But you can kill the webapp with the amok-thread. So we will not have a break every 3 requests. (the thread can be tracked down to the failing webapp. Send a mail with the thread-stack-dump) You can't really kill a thread in Java. We used to have a joke at a

Re: svn commit: r358285 - in /tomcat/jasper/tc5.5.x/jasper2/src/share/org/apache/jasper/runtime: BodyContentImpl.java JspFactoryImpl.java

2005-12-21 Thread Paul Speed
Just wondering if/why this is better than simply calling: Boolean.getBoolean( org.apache.jasper.runtime.BodyContentImpl.LIMIT_BUFFER ); All of them end up calling the same method anyway, but getBoolean() seems clearer to me in this case and was just wondering if there is something bad about