Re: Hang problem related to signals and process priority

2002-03-05 Thread Ivan Szanto
Hi, Is there a way to quickly check if data is available for read in a tcp socket without blocking the program? If there is one, we could use that instead of the overly complex signal handling method that sometimes also results in process hangs, which I reported in my previous mail. Yes, sele

Hang problem related to signals and process priority

2002-03-04 Thread Ivan Szanto
Hello cywin guru, Maybe you can help me with the following problem. We are running Cygwin version 1.3.10 on Windows NT. We use sigaction to redirect the SIGIO signal to our own sign