in reply to timeout from UserAgent from mod_perl
There are various things you could do. You could try FastCGI (mod_fastcgi) which doesn't have this problem on NT. You could run on some other OS. You could do an include or subrequest or something instead of making an HTTP request back to the same server.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: timeout from UserAgent from mod_perl
by Anonymous Monk on Nov 20, 2001 at 05:16 UTC | |
by perrin (Chancellor) on Nov 20, 2001 at 09:10 UTC |