On Fri, 2003-06-13 at 10:07, Mike Zelina wrote:
> mod_perl1+Apache1+Win32 is a single threaded environment.  Apache
> can only accept one request at a time.  Not a good idea for a production
> environment.  If a server request takes a long time, everyone waits in line until
> that is complete.

Note that this is written up on the site as well:
http://perl.apache.org/docs/1.0/os/win32/index.html

In addition, any use of sockets created by your code will be a problem
with mod_perl 1 on win32.

- Perrin

Reply via email to