On Wed, 22 Jan 2003, Db-Doc SP wrote:

> 
> > Hello All,
> >
> > I am having a peculiar problem it seems that only one request
> > can be serviced at a time while using mod_perl
> > (perlTransHandler).
> >
> > we are using
> >
> > Apache 1.3.26
> > mod_perl
> >
> > It seems as though when I use mod_perl apache can handle only
> > one request at a time. If the first request takes say 10
> > minutes to get response, during this 10 minutes all other
> > requests are blocked, and are handled only after the first
> > request is successfully processed and response sent out

Would this happen to be on Win32? If so, you're probably
running into the mod_perl 1.0 multithreading issues - see
   http://perl.apache.org/docs/1.0/os/win32/multithread.html
and then
   http://perl.apache.org/docs/2.0/os/win32/install.html
for information on installing mod_perl 2.0 to avoid this
problem.

-- 
best regards,
randy kobes

Reply via email to