On 3/1/07, Philip M. Gollucci <[EMAIL PROTECTED]> wrote:
I don't think you have many other choices. httpd -X or in the
httpd.conf limit t he number of children to 1 and have 1 parent (prefork
mpm obviously)
I agree, but I also don't see the point. It's a development server,
so it should be po
Tristan Greaves wrote:
Hi,
I've got DProf working successfully on a development modperl server
here. It is producing tmon.out files as expected:
proceed_id/tmon.out
Any given tmon.out file will contain all the timing information for all
scripts run under that process ID.
However, we