in reply to Re^2: Apache - read from socket problem
in thread Apache - read from socket problem

Not really as I've never used Mason in production. But more generally there is lots of good stuff in the mod_perl coding guide.

A crude yet simple way to spot if you have a memory leak is to just keep an eye on the RSS of the apache processes over time. If they keep going up you know you have a problem.

Good luck.

  • Comment on Re^3: Apache - read from socket problem