I should have a chance to look at your threading issues this weekend, Werner. Things have been busy this week with a presentation and getting Rails to run, but I'm going to circle back around to unhandled bugs.

On 4/14/06, Werner Schuster (murphee) <[EMAIL PROTECTED]> wrote:
hi there,

I think I've found another problem with 0.8.3 and threading.
I attached a test class that reproduces the problem, but basically:
- I create a variable in one thread A (ie. Ruby code "a =1")
- I start another thread B, then try to access the variable on it (Ruby
code "p a"),
   and this will complain about an unknown variable
- etc.

Ie. Ruby variables behave like threadlocal variables.

I'm running a selfcompiled version of CVS HEAD from yesterday (13th
April), although
I don't know how uptodate that is (considering SFs slow anon CVS).

Can someone reproduce this or is this fixed and the code is just not
committed to CVS?

Thanks,

murphee
--
Blog @ http://jroller.com/page/murphee
Maintainer of EclipseShell @ http://eclipse-shell.sourceforge.net/






--
Charles Oliver Nutter @ headius.blogspot.com
JRuby Developer @ jruby.sourceforge.net
Application Architect @ www.ventera.com

Reply via email to