in reply to Re^4: Response timeout solution
in thread Response timeout solution
But my computations which take 60sec+ start after
Then see Re^3: Response timeout solution, or change your program so it does the
my $data = calculation (); print content_type(), htmlFrom($data);
|
|---|