I wouldn't be surprised if WEBrick is also using that timeout package. You could try commenting out all the threading weirdness in timeout.rb, and I'd bet the exceptions go away.

Given that an InterruptedException is almost always going to mean a thread is being terminated in JRuby, it might be acceptable to just swallow them...I'll look into it at some point.

On 6/13/06, Ola Bini <[EMAIL PROTECTED]> wrote:
I seem to have been wrong, before. For the usual cases, WEBrick seems to
work just fine. We do get those InterruptedErrors, though.
I've managed to get it running as a static httpserver and also using ruby
servlets and mount_proc.

But if I manage to elicit a 404-error, WEBrick takes it way to personal,
and nothing works after that.

But it's very encouraging, anyway!

/O




_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel



--
Charles Oliver Nutter @ headius.blogspot.com
JRuby Developer @ jruby.sourceforge.net
Application Architect @ www.ventera.com
_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to