On Tue, Jul 24, 2001 at 06:07:03PM -0400, Greg Ames wrote:
> *  an assert() trap, also in apr_sendfile, for the problem which is
> responsible for the most core dumps on daedalus (APR_SUCCESS + 0 bytes
> sent - wtf??), and

Could this be from sendfile returning EAGAIN?

When testing it on Solaris, sendfilev would return EAGAIN and 0 bytes
sent if the socket isn't ready yet.  (FreeBSD has the closest 
semantics to Solaris as any others out there.)  -- justin

Reply via email to