On Wed, 12 Jul 2006, Thomas E Enebo defenestrated me:

>    I have been studying block variables (DynamicVariableSet) and
> local variables (Scope) and I am hitting an enlightened state.
> At least I hope I am.  I think I may end up killing a stack over
> this stuff.  However, will someone confirm this:
> 
> Block contains a reference to it's local block variables.
> Blocks can be executed by multiple threads concurrently.  Kaboom?!?

  Nope.  We are ok since we clone the block for every call.  This
clone looks pretty damn expensive.  Things are getting interesting...

-Tom

-- 
+ http://www.tc.umn.edu/~enebo +---- mailto:[EMAIL PROTECTED] ----+
| Thomas E Enebo, Protagonist  | "Luck favors the prepared    |
|                              |  mind." -Louis Pasteur       |


-------------------------------------------------------------------------
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