I'm not sure if it would work in my case:

My perl will:
- create instance of custom class
- create instance of vendor class, passing it my custom class
- call method in vendor's class which starts a new thread
- new thread calls, custom class' methods
- custom class method makes callbacks to perl

Won't that violate:

- Only the thread which communicates with Inline::Java will be allowed
to create objects that can callback into Perl (extend
InlineJavaPerlCaller)

Or maybe I don't get it (entirely possible)


Cheers,

Patrick

=====================
Patrick LeBoutillier
Laval, Québec, Canada




Reply via email to