Re: Apache::Scoreboard problem

2005-03-02 Thread Stas Bekman
Malcolm J Harwood wrote: On Wednesday 02 March 2005 11:14 pm, Stas Bekman wrote: I've revamped the docs, but it's still incomplete (takes too much time). Please take a look at: http://apache.org/~stas/Apache-Scoreboard-2.06.tar.gz It looks fine from a quick once-over (at least relative to what I

Re: Apache::Scoreboard problem

2005-03-02 Thread Malcolm J Harwood
On Wednesday 02 March 2005 11:14 pm, Stas Bekman wrote: > I've revamped the docs, but it's still incomplete (takes too much time). > Please take a look at: > http://apache.org/~stas/Apache-Scoreboard-2.06.tar.gz It looks fine from a quick once-over (at least relative to what I worked out looking

Re: Apache::Scoreboard problem

2005-03-02 Thread Stas Bekman
Malcolm J Harwood wrote: I'm trying to get some per-request stats for the entire request, not just the response phase, and Apache::Scoreboard looked like it would do the job. However, I'm having a few problems with it. [...] my $server = $parent_score->server; #Apache::ServerScore object

Apache::Scoreboard problem

2005-03-02 Thread Malcolm J Harwood
I'm trying to get some per-request stats for the entire request, not just the response phase, and Apache::Scoreboard looked like it would do the job. However, I'm having a few problems with it. I have the following installed as a CleanupHandler (by which time everything should be done), it's ju