On 12/7/05, Patrick LeBoutillier <[EMAIL PROTECTED]> wrote: > > Hi all, > > Development version 0.50_91 of Inline:Java has been released. Here is > a summary of what has changed. >
Thanks, > > Patrick Hi Patrick et al., I'm wondering if you have any suggestions regarding http://www.mail-archive.com/inline@perl.org/msg02849.html I'm currently rebuilding the vendor supplied java api in Perl. The problem I'm running into is they keep updating the API (really they keep adding to it, but do NOT seem to change the existing code). What I'd really like to do is somehow wrap their code in Perl and not have to deal with their updates. Their API starts a new thread that reads from a socket, and makes callbacks to custom, user supplied, code. Meanwhile the original thread, performs tasks that cause the interesting data to be put on the socket to be read by the spawned process. Maybe this new version might address my troubles? Thanks Jay