On 04/25/2012 09:05 AM, Huxinwei wrote: > What if reading is interrupted by a signal ? > Read() returns 0 while errno is EINTR then ? is there any real use case to interrupt read()? If it is killed by manual signal, I think it would be too artificial Thanks, Yuan