William McKee wrote:
I didn't get very far with debugging the test (basically the test server
got started and I lost control of the debugger). At any rate, I found
some more information about sockets inside of jailed environments[1].
Section 4.2.2 seems to indicate that the type of socket we are creating
in the following code from A::TestRequest is OK:

  require IO::Socket;
  return IO::Socket::INET->new(%args);

Don't forget that we are talking about APR socket API, not perl socket API, which aren't the same. I've never said that it's the fact that your run in the jailed environment is the cause of the problem. It's just that we saw exactly the same reports earlier, that made me think of APR socket API, but it could be something else too.


you can add debug prints on the server side to see what goes wrong. Unfortunately no tracing is available for sockets IO, since it's impelemented entirely by Apache.


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

Reply via email to