Re: using Inline::Java with a threaded java api and callbacks

2005-10-19 Thread Jay Strauss
You can do that With Inline::Java but there is a catch. If you want to allow callbacks from other threads to reach Perl, you must block your Perl script using the Start/StopCallbackLoop methods. See the docs for more info. You can't have you Perl script doing other stuff while callbaks get pro

Re: using Inline::Java with a threaded java api and callbacks

2005-10-17 Thread Patrick LeBoutillier
Jay, On 10/14/05, Jay Strauss <[EMAIL PROTECTED]> wrote: > Hi, > > I wanted to ask if I would head into a dead end trying to use > Inline::Java for what I want to do. > > I have this application that a vendor supplies. They provide a java > api. I'm supposed to build an object with a bunch of ca

using Inline::Java with a threaded java api and callbacks

2005-10-14 Thread Jay Strauss
Hi, I wanted to ask if I would head into a dead end trying to use Inline::Java for what I want to do. I have this application that a vendor supplies. They provide a java api. I'm supposed to build an object with a bunch of callbacks to which their architecture will invoke, based on various