in reply to
Devel::Dprof and cgi scripts
You can set the name of the file using the environment variable PERL_DPROF_OUT_FILE_NAME. Perhaps you could make unique ones based on session ID's?
Comment on
Re: Devel::Dprof and cgi scripts
Replies are listed 'Best First'.
Re: Re: Devel::Dprof and cgi scripts
by
sierrathedog04
(Hermit)
on Jun 06, 2001 at 15:19 UTC
Wouldn't the session ID be the same on Apache for each page in the frame? It seems to me that the file would still get overwritten because the name based on the session ID would still be the same.
[reply]
In Section
Seekers of Perl Wisdom