Re: Using dtrace to determine which modules aren't loaded at startup time

2007-12-14 Thread Fred Moyer
Colin Wetherbee wrote: Fred Moyer wrote: I've been having fun with dtrace, and I most recently used it to see what files are being accessed by mod_perl during requests. I've preloaded all the modules in my application that I know about into startup.pl, but when I startup my httpd server and m

Re: Using dtrace to determine which modules aren't loaded at startup time

2007-12-13 Thread Colin Wetherbee
Fred Moyer wrote: I've been having fun with dtrace, and I most recently used it to see what files are being accessed by mod_perl during requests. I've preloaded all the modules in my application that I know about into startup.pl, but when I startup my httpd server and make a request, I got so

Re: Using dtrace to determine which modules aren't loaded at startup time

2007-12-11 Thread Fred Moyer
Michael Peters wrote: Fred Moyer wrote: I've been having fun with dtrace, and I most recently used it to see what files are being accessed by mod_perl during requests. I've preloaded all the modules in my application that I know about into startup.pl, but when I startup my httpd server and mak

Re: Using dtrace to determine which modules aren't loaded at startup time

2007-12-11 Thread Michael Peters
Fred Moyer wrote: > I've been having fun with dtrace, and I most recently used it to see > what files are being accessed by mod_perl during requests. I've > preloaded all the modules in my application that I know about into > startup.pl, but when I startup my httpd server and make a request, I go

Re: Using dtrace to determine which modules aren't loaded at startup time

2007-12-07 Thread Clinton Gormley
Really interesting mail - if you're on perl monks, please cross post it to there - there are a few UTF gurus who could help you out there. If you're not, drop me a line and I'll post it for you. Clint On Fri, 2007-12-07 at 10:10 -0800, Fred Moyer wrote: > Greetings mod_perl list, > > I've been

Using dtrace to determine which modules aren't loaded at startup time

2007-12-07 Thread Fred Moyer
Greetings mod_perl list, I've been having fun with dtrace, and I most recently used it to see what files are being accessed by mod_perl during requests. I've preloaded all the modules in my application that I know about into startup.pl, but when I startup my httpd server and make a request, I