RE: Can't retrieve page I just created with LWP under mod_perl

2005-05-09 Thread Dan Horne
> > It might be that, on Windows, you're running into the > multithreading limitations of mod_perl 1: > http://perl.apache.org/docs/1.0/os/win32/multithread.html Thanks, Randy - I had a nagging thought that I had read about a single-threading issue, so I scoured the Apache docs, but to no avail

RE: Can't retrieve page I just created with LWP under mod_perl

2005-05-09 Thread Randy Kobes
On Tue, 10 May 2005, Dan Horne wrote: > > > > This works fine under standard CGI, but the LWP > > > > request times out under mod_perl. The temporary page > > > > name is random, so I know that it's not a file > > > > conflict. > > > > > > > > Have I missed something? I'm using Apache 1.3.31 and >

RE: Can't retrieve page I just created with LWP under mod_perl

2005-05-09 Thread Dan Horne
> > > This works fine under standard CGI, but the LWP request times out > > > under mod_perl. The temporary page name is random, so I know that > > > it's not a > > file > > > conflict. > > > > > > Have I missed something? I'm using Apache 1.3.31 and > mod_perl 1.29 > > > on Windows XP, but wha

RE: Can't retrieve page I just created with LWP under mod_perl

2005-05-09 Thread Dan Horne
> -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 10 May 2005 1:39 a.m. > To: [EMAIL PROTECTED] > Cc: modperl@perl.apache.org > Subject: Re: Can't retrieve page I just created with LWP under mod_perl > > Dan Horne wrote:

Re: Can't retrieve page I just created with LWP under mod_perl

2005-05-09 Thread Stas Bekman
Dan Horne wrote: I've written a small CGI::Application CMS that publishes content to flat files via. The file-type can be any that the designers decide, but generally it will be something that supports includes such as SSI or PHP. This is fine most of the time but occasionally I need to produce dyn