in reply to How to use mod_perl as a socket server?
You can't "access directly to mod_perl using sockets". You can send HTTP requests to mod_perl applications just like you can send HTTP requests to any web server, and there are much better libraries already for doing that than using the socket layer. See (high level) WWW::Mechanize and (rather more low-level) LWP::UserAgent.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to use mod_perl as a socket server?
by diotalevi (Canon) on May 09, 2007 at 14:42 UTC |