http://www.perlmonks.org?node_id=309182

cgi_buffer is a set of libraries for perl, python, and php that automatically handle various performance improving HTTP features like persistent connections, Etag generation, and gzip compression. the only change it requires to your script is the addition of a single include line.

it looks like it could benefit from an actual install script. otherwise, it looks pretty slick and is a very cool idea.

Replies are listed 'Best First'.
Re: cgi_buffer
by Anonymous Monk on Nov 23, 2003 at 07:22 UTC
    Eh. Managing connections is the job of the webserver. HTTP/1.1 has been out for a long time.
Re: cgi_buffer
by William G. Davis (Friar) on Jan 15, 2004 at 15:48 UTC