From: newsham@aloha.net (Tim Newsham)
Subject: signals and blocking calls
26 Jun 1997 15:16:19 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <199706262110.LAA15568.cygnus.gnu-win32@haleakala.aloha.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Original-To: gnu-win32@cygnus.com
X-Mailer: ELM [version 2.4 PL24 PGP3 *ALPHA*]
Original-Sender: owner-gnu-win32@cygnus.com


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".
