Hi Greg,

Thanks again for you reply, I have reviewed your code, you are correct!

Max


2008/2/15, Greg Haerr <[EMAIL PROTECTED]>:
>
> : In different threads, can get rid of EINTR signal to interrupt the slow
> : system call?
>
> No, if that thread's system call gets interrupted the call will still
> return EINTR.
>
> What is your issue with interrupted system calls with nano-X?
> In GsSelect, it doesn't matter, since an interrupted call would
> just sweep the returned file descriptors for any activity.
> (nanox/srvmain.c)
> The  client/server pipe read/write calls are protected and will retry.
> (nanox/client.c)
>
> Regards,
>
> Greg
>
>

Reply via email to