| AWARE [SYSTEMS] | Imaging expertise for the Delphi developer | |||||||
![]() |
TIFF and LibTiff Mailing List Archive | |||||||
LibTiff Mailing List
TIFF and LibTiff Mailing List Archive Contact
The TIFF Mailing List Homepage |
Thread2010.03.02 14:11 "Re: Patch for tif_unix.c", by Toby ThainOn 2-Mar-10, at 3:14 AM, Eric Doenges wrote: > Hi all, > > > ... > 2) What is the correct response to receiving EINTR (i.e. being > interrupted before any data is read/written) ? Should the IO operation > simply be retried in _tiffReadProc/_tiffWriteProc, That would seem to be unhelpful, as the external cause seems to be intended to stop processing (a partial read/write is unimportant in that case). That would be the means to escape the loop? Unless I'm missing something. --Toby > or should the caller > handle it ? |
|||||||