On Tue, Feb 13, 2001 at 12:14:32AM +0100, Alvar Freude wrote:

> > When I get really stumped, I whip out strace/ktrace.
> > 
> > I don't know how I used to get along without it. It's time consuming,
> > but 95% of the time it will tell you exactly what you need to know.
> 
> hmmm, with mod_perl?

Configure Apache to only spawn 1 child handler. Start a trace on the process
that is not running as root. Do the request. Everything boils down to
running read() and write() to get stuff done.

-- 
Michael Bacarella <[EMAIL PROTECTED]>
Technical Staff / System Development,
New York Connect.Net, Ltd.

Reply via email to