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]

RE: signals from non-cygwin processes?


Tim Newsham wrote:
>    I would like to be able to send a cygwin process a signal
> from a non-cygwin process.  When one cygwin process wants to
> signal another it does it with a message as:
>
>     SendMessage(hwnd, WM_USER, SIGNAL, signo);
>

It would be much better to call cygwin.dll-provided kill() export. Signal 
handling in b18, in coolview and in upcoming b19 differs very much. More 
precisely, nobody knows now exactly, how signals will be handled in b19 :-)

--
Sergey Okhapkin, http://www.lexa.ru/sos
Moscow, Russia
Looking for a job.


-
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]