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
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