in reply to Re^3: Response timeout solution
in thread Response timeout solution

But my computations which take 60sec+ start after
<html> <body> ...

Replies are listed 'Best First'.
Re^5: Response timeout solution
by Anonymous Monk on Jun 14, 2011 at 13:01 UTC

    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);