Re: [mp2] UDP communications in perl module running under mod_perl2

2004-02-16 Thread Michael Maciag
-Original Message- From: Philippe M. Chiasson [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 4:16 PM To: Stas Bekman Cc: Michael Maciag; [EMAIL PROTECTED] Subject: Re: [mp2] UDP communications in perl module running under mod_perl2 On Wed, 2004-02-11 at 10:53 -0800, Stas

Re: [mp2] UDP communications in perl module running under mod_perl2

2004-02-11 Thread Philippe M. Chiasson
On Wed, 2004-02-11 at 10:53 -0800, Stas Bekman wrote: > Michael Maciag wrote: > >>Which Unix? I've heard about the troubles with sockets on AIX (w/ mod_perl > > > > 1) > > > > Solaris 8. > > > > > >>Have you read: > > > > Yes. However, unless I'm confused, that is a bit different in that it is

Re: [mp2] UDP communications in perl module running under mod_perl2

2004-02-11 Thread Stas Bekman
Michael Maciag wrote: Which Unix? I've heard about the troubles with sockets on AIX (w/ mod_perl 1) Solaris 8. Have you read: Yes. However, unless I'm confused, that is a bit different in that it is an example of using APR to work with the socket established by Apache to communicate with the cli

RE: [mp2] UDP communications in perl module running under mod_perl2

2004-02-11 Thread Michael Maciag
ks, Michael Maciag -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 4:41 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [mp2] UDP communications in perl module running under mod_perl2 [EMAIL PROTECTED] wrote: > Apache/2.0.4

Re: [mp2] UDP communications in perl module running under mod_perl2

2004-02-11 Thread Stas Bekman
[EMAIL PROTECTED] wrote: Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.8.0 Which Unix? I've heard about the troubles with sockets on AIX (w/ mod_perl 1) Should I have any difficulty running a simple socket UDP Perl module under the above configuration? Run directly from Perl, I'm able to send/re

[mp2] UDP communications in perl module running under mod_perl2

2004-02-06 Thread mmaciag
Apache/2.0.48 (Unix) mod_perl/1.99_12 Perl/v5.8.0 Should I have any difficulty running a simple socket UDP Perl module under the above configuration? Run directly from Perl, I'm able to send/recv from an external server. However, run from the apache server, the recv fails. (I've tried the Perl