Frank Wiles wrote:
Hi Everyone,
I've been trying to reach the maintainer of Apache::Singleton with
very little success. His name is Tatsuhiko Miyagawa
<[EMAIL PROTECTED]> I supplied him with a patch that makes the
module work under both mp1 and mp2 back in April and haven't been
ab
Colin Wetherbee wrote:
Stas Bekman said:
Was the request made to that vhost. I'm sure it works if you move it out
of the container.
Indeed, PerlSwitches -I works outside the vhost container.
Could cause all sorts of conflicts among vhosts that aren't aware of each
other that way, though. :(
Somet
Stas Bekman said:
> Was the request made to that vhost. I'm sure it works if you move it out
> of the container.
Indeed, PerlSwitches -I works outside the vhost container.
Could cause all sorts of conflicts among vhosts that aren't aware of each
other that way, though. :(
Colin
--
Colin W. We
Hi Everyone,
I've been trying to reach the maintainer of Apache::Singleton with
very little success. His name is Tatsuhiko Miyagawa
<[EMAIL PROTECTED]> I supplied him with a patch that makes the
module work under both mp1 and mp2 back in April and haven't been
able to contact him
I've no idea what stability impact the profiler would have. It does impact CPU
usage and memory consumption, it also generates potentially very large log
files if it's running for any significant amount of time. You also have to
shut the server down to finalise the profile logs (otherwise they
Brian Reichert wrote:
On Fri, Oct 15, 2004 at 10:46:01AM +0800, victor wrote:
How are you invoking strace?
As root I ran /usr/bin/strace -p
There are other useful arguments to strace; see the manpage for '-f
-F -v', and so forth.
I haven't tried -v before, let me give it a try