in reply to Re^2: CGI page sometimes do not loading, apache write error
in thread CGI page sometimes do not loading, apache write error

Let me guess, its a big page? Write output to temporary file, gzip it, redirect user to that url, that way the CGI won't timeout before the users slow connection is able to read the file.
  • Comment on Re^3: CGI page sometimes do not loading, apache write error

Replies are listed 'Best First'.
Re^4: CGI page sometimes do not loading, apache write error
by simak (Sexton) on Mar 24, 2010 at 10:03 UTC

    yes it is bigger than usual web page, but not so much.

    I think the problem is not in slow user connection, the page loading much faster, than it generates.

      yes it is bigger than usual web page, but not so much. I think the problem is not in slow user connection, the page loading much faster, than it generates.

      Then there is no problem then.