On 22 Mar 2010, at 08:46, Ofer Kalisky wrote:
> Hi,
>
> Can the Apache web server stream regular files (i.e. not music etc), while
> they're written, i.e. even if the server reaches EOF it continues to try to
> read more of it until the client stops?
As in, tail -f $file?
Yes and no. The de
On Mon, Mar 22, 2010 at 4:46 AM, Ofer Kalisky wrote:
> Hi,
>
> Can the Apache web server stream regular files (i.e. not music etc), while
> they're written, i.e. even if the server reaches EOF it continues to try to
> read more of it until the client stops?
that read-EOF handling is not available
Hi,
Can the Apache web server stream regular files (i.e. not music etc), while
they're written, i.e. even if the server reaches EOF it continues to try to
read more of it until the client stops?
Thanks