Re: Apache::Scoreboard for mp1

2007-12-12 Thread Jeff Pang
Thank you all guys. At first I used mod_limitipconn for limiting ip concurrent connections. But I found it got conflict with my mp handler (the PerlAccessHandler one). So I checked its source (it came with a perl version), and found it's easy to be integrated into my handler.And it used Apache::Sc

Re: Apache::Scoreboard for mp1

2007-12-12 Thread Malcolm
On Wednesday 12 December 2007 4:53:44 am Jeff Pang wrote: > I need Apache::Scoreboard for mp1, where to find it? please help. I thought the current release worked for both versions, but I see that it doesn't (Apache::VMonitor does, but it looks like I never merged the two Apache::Sc

Re: Apache::Scoreboard for mp1

2007-12-12 Thread Perrin Harkins
Grab Apache-Scoreboard 0.15 from CPAN. On Dec 12, 2007 4:53 AM, Jeff Pang <[EMAIL PROTECTED]> wrote: > I need Apache::Scoreboard for mp1, where to find it? please help. >

Apache::Scoreboard for mp1

2007-12-12 Thread Jeff Pang
I need Apache::Scoreboard for mp1, where to find it? please help.