in reply to Re: Re: Re: how to implement
in thread how to implement "tail -f" using CGI

Who said I was doing this on Windows? Ah! The "IE 5.0". Well, my browser is running on Win2k, but everything else is under Linux.

Btw, it seems that Apache (at least my copy) buffers in 512 byte blocks; regardless of what the CGI itself is doing.

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: how to implement
by mpolo (Chaplain) on May 17, 2001 at 10:13 UTC
    If your Apache is older than version 1.3, the nph- solution mentioned below may help. After that, it's supposed to have removed any Apache-specific buffering.