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

2004-02-11 Thread Michael Maciag
lient. I need to establish my own UDP conversation with a "third-party" service from where I'll retrieve data which I'll use to compose my response to the client. If I can use APR to do that, great, but I couldn't find docs/samples/tests that create/open/close APR sockets. Than

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

2004-02-16 Thread Michael Maciag
Fortified with the responses from Philippe and Stas, I went back and, after re-examining the entire configuration, found a typo that was causing my error. Now, no problem at all working with the third-party server over UDP from mod_perl2 using IO::Socket::INET. Yours, chagrined, Michael Maciag