Charles O Nutter wrote:
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.
Hi,
I was wondering if you had any time looking at this
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 f
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