[Chicago-talk] Java API/Perl revisited

Jay Strauss me at heyjay.com
Sun Nov 16 10:48:48 CST 2003


Jonathan,

I was planning on using POE in a different aspect of what I'm trying to do.
How did you envision using it this application?  I have to read a socket
(endlessly), and dispatch methods based on the messages I receive over the
socket, I also have to talk on that socket when necessary

Jay
----- Original Message -----
From: "Jonathan Steinert" <hachi at kuiki.net>
To: "Chicago.pm chatter" <chicago-talk at mail.pm.org>
Sent: Thursday, November 13, 2003 10:17 AM
Subject: Re: [Chicago-talk] Java API/Perl revisited


> You could use POE ( http://poe.perl.org ) or fork and use IPC, or you
> could write your own non-blocking IO code. Stem** (
> http://www.stemsystems.com ) is possible too. It all depends on what
> this socket is doing, and what the main program is doing.
>
> ** I don't know stem, but from what I gather from Uri Guttman (the
> Author) it can do anything POE can.
>
> --Jonathan Steinert
>
> Jay Strauss wrote:
>
> > Hi,
> >
> > So I've run into hard dead ends trying Inline::Java and Java.pm.  So I'm
> > thinking of rewriting the whole vendor thing in perl (they give the java
> > source).  My main concern is they start up a separate thread to talk on
a
> > socket.  I'm currently using Perl 5.6.1 which doesn't (as I understand)
have
> > threading support.
> >
> > what are my options to work around the threading stuff?
> >
> >
> > Thanks
> > Jay
> >
> > _______________________________________________
> > Chicago-talk mailing list
> > Chicago-talk at mail.pm.org
> > http://mail.pm.org/mailman/listinfo/chicago-talk
>
>
> _______________________________________________
> Chicago-talk mailing list
> Chicago-talk at mail.pm.org
> http://mail.pm.org/mailman/listinfo/chicago-talk
>
>




More information about the Chicago-talk mailing list