DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22222>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22222 Timeout for Driver.run() method ------- Additional Comments From [EMAIL PROTECTED] 2003-10-20 15:08 ------- Okay. I was asking because we are running multiple fop in a multithreaded environment, and since Thread.stop() has been deprecated the only thing we could when one Thread was hanging was to shut down the entire JVM, and thats not so nice. Recently, I heard that there are plans to include "Isolates" in Java 1.5, which will allow us to let our Threads run in different isolates and shut down the one that hangs without affecting the others. That will be fine, so I think waiting for 1.5 will be just fine.
