Re: sendfile returning ENOTCONN under heavy load

2004-03-27 Thread Igor Sysoev
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

Re: sendfile returning ENOTCONN under heavy load

2004-03-27 Thread Mike Silbersack
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

sendfile returning ENOTCONN under heavy load

2004-03-26 Thread Kevin Day
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