in reply to cgi buffering

That is not server push. You need to look at the CGI rfc and send the appropriate headers

Replies are listed 'Best First'.
Re^2: cgi buffering
by Caesura (Sexton) on Sep 30, 2009 at 16:03 UTC
    Are there specific headers to do with buffering? I tried :
    print header (-expires => 'now');
    to no avail. The thing is - it works on one cgi-bin directory (or environment I should say), and not on the other. Odd.
      The thing is - it works on one cgi-bin directory (or environment I should say), and not on the other. Odd

      Compare the %ENViroments for the two, and the headers.