On Friday 07 July 2006 11:18, Charles O Nutter wrote:
> I can appreciate your frustration.
>
> It's very possible that one of the Ruby libraries involved IS actually
> spinning up threads. For a long time we thought there was no threading
> going on during gem installs; then we found that goofy timeout library that
> spawns a thread for every 1024-byte read. It's possible that somewhere, for
> some reason, one of the libraries being invoked uses some of Ruby's
> "lightweight threads" to move the parsing process along.
>

In JRuby, aren't Ruby's lightweight threads really Java native threads?  If 
so, then that is not the cause.  I debugged it with a breakpoint on have call 
to Thread#start, and got no hits.  AND, I watched the threads in the debug 
view.

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Jruby-devel mailing list
Jruby-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jruby-devel

Reply via email to