On Thu, 21 Nov 2002, Lorenzo Gordon wrote: > > I am developing a web site using Embperl and MySql. The problem > I am seeing is that pages are served single threaded. Some > pages take a long time to execute, e.g. they send multiple > emails or have a lot of database access, and no other pages are > served until the first page finishes. > > I have Apache 1.3 on a Windows 2000 server.
This is a basic limitation of mod_perl-1/Apache-1 on Win32. The mod_perl-1 docs at http://perl.apache.org/ discuss this issue in more detail, which basically boils down to having to use mod_perl-2 to avoid this limitation. -- best regards, randy kobes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]