On Fri, 26 Mar 2004, Kevin Day wrote:
> I'm using thttpd on a server that pushes 300-400mbps of static content,
> using sendfile(2).
>
> Once the load reaches a certain point (around 800-1000 clients
> downloading, anywhere from 150-250mbps), sendfile() will start randomly
> returning ENOTCONN
On Fri, 26 Mar 2004, Kevin Day wrote:
> I'm using thttpd on a server that pushes 300-400mbps of static content,
> using sendfile(2).
>
> Once the load reaches a certain point (around 800-1000 clients
> downloading, anywhere from 150-250mbps), sendfile() will start randomly
> returning ENOTCONN, a
I'm using thttpd on a server that pushes 300-400mbps of static content,
using sendfile(2).
Once the load reaches a certain point (around 800-1000 clients
downloading, anywhere from 150-250mbps), sendfile() will start randomly
returning ENOTCONN, and the client is disconnected. I've raised
ke