On Thu, 24 Aug 2006, Paco Zarabozo A. wrote:

> Hello All,
>
> I'm using:
>
> Windows Server 2003 Web Edition
> Apache 1.3.27 for Windows
> ActiveState Perl 5.8.8
> mod_perl 1.29_01 dev
>
> I started programing web scripts under mod_perl to 
> increase performance and speed. Everything was working 
> lovely and amazingly fast, but then i noticed an important 
> detail: whenever a script takes to long for any reason, 
> all other connections to the sript are paused until that 
> script ends.

This is a know limitation of mod_perl-1; the solution is
to use mod_perl-2 (requiring Apache/2.x), as described at
    http://perl.apache.org/docs/2.0/os/win32/install.html

-- 
best regards,
Randy Kobes
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to