[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/recv from an external server. However, run from the apache server, the recv fails. (I've tried the Perl Socket module and the recv doesn't complete. If I use IO:Socket, the recv returns with a 'connection refused'.)


I see the references to APR socket routines in mp2. Do I need to use those?

Yup. Have you read: http://perl.apache.org/docs/2.0/user/handlers/protocols.html In particular: http://perl.apache.org/docs/2.0/user/handlers/protocols.html#Socket_based_Protocol_Module

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to