https://issues.apache.org/bugzilla/show_bug.cgi?id=55643

--- Comment #2 from Todd Lewis <[email protected]> ---
(In reply to Jeff Trawick from comment #1)

That does indeed seem to fix the problem. Before, strace clearly showed

poll([{fd=17, events=POLLOUT}], 1, 200000) = -1 EINTR (Interrupted system call)

and the rest of the writev()s never happened. Now I'm seeing

poll([{fd=17, events=POLLOUT}], 1, 200000) = -1 EINTR (Interrupted system call)
--- SIGCHLD (Child exited) @ 0 (0) ---
poll([{fd=17, events=POLLOUT}], 1, 200000) = 1 ([{fd=17, revents=POLLOUT}])

followed by more writev()s.

Thanks very much.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to