This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

signals and blocking calls



Hi,

    I've noticed that there are some times when I cannot
get a signal delivered to a process.  For examle when I
am reading from a socket and the read blocks, signals seem to 
not get delivered (until the read unblocks).  If the
read blocks permanently, the program is unkillable
and unsignallable.  Is there anything I can do (short of
using a seperate thread or non-blocking I/O) to get
reliable signalling ? 

                                Tim N.

(I can provide example code if necessary).
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]