Thread

Posted on Thu Sep 1 21:23:54 2005 by rbaum
All threads (but first) hang when multiple threads attempt to do InlineJava
All threads but the one which created the singleton InlineJavaPerlInterpreter hang when they call the InlineJavaPerlInterpreter.eval() method. They are at a wait() statement at : InlineJavaCallback.WaitForResponse(Thread) line: 83 The first thread through runs like a charm. Any clues? -Thanks
Direct Responses: 952 | Write a response
Posted on Thu Sep 1 21:53:23 2005 by patl in response to 951
Re: All threads (but first) hang when multiple threads attempt to do InlineJava
I think you have found a bug. A will take a look at it when I have a bit more time... Patrick
Direct Responses: 953 | Write a response
Posted on Thu Sep 1 22:23:54 2005 by rbaum in response to 952
Re: All threads (but first) hang when multiple threads attempt to do InlineJava
Thanks Patrick, I'm quite interested in using the InlineJavaPerlInterpreter but the multi-threaded capability is key. Let me know what you find... -rob
Write a response