Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my code is:ERROR:500 read timeout at program.pl line 76.
The respone part works fine! It is a huge database. What should I do for the timeout problem? Thanks in advance!my $res = $browser->post $url;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: timeout problem
by Abigail-II (Bishop) on Apr 22, 2003 at 00:28 UTC | |
|
•Re: timeout problem
by merlyn (Sage) on Apr 22, 2003 at 02:44 UTC |