dev  

Re: sendfile in darwin

William A. Rowe, Jr.
Wed, 14 May 2008 10:13:03 -0700

Jim Jagielski wrote:

I wonder if you are seeing timing issues rather than "real" errors...

Confirmed this is not so, and that you can reproduce it.  Although your
machine is too fast to observe the error (parallel CPU's), ./sendfile's
authors already anticipated that.  From another box;

./sendfile server

and from your OS X box, please

./sendfile client timeout [box1's IP]

Already confirmed that the error shows up much more quickly, on the server
as well as the client side.

Bill