On 09/27/11 13:35, Kevin Fox wrote: > As far as I can figure, partial read is an integral part of the read > api. You can't disable enough stuff so that it doesn't ever happen.
The SA_RESTART fix isn't intended to work around the partial-read problem; it's intended to work around the "we've got to check for EINTR everywhere" problem.
