: 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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to