From: Sonny Chee Date: 2007-02-14T05:07:02+09:00 Subject: Receiving signals in Win32/Process Hey Guys, I've created some Window's processes uing the Win32/Process (by Daniel Berger) library. When I send a signal to these processes using Win32/Process.kill([1,3..9], pid), the processes are always killed. I've tried trapping for the signal using both a rescue and Signal.trap() clause with no luck. I know that the Unix versions of the Process library allow you to capture the signal with a rescue clause for either SignalException or Interrupt Exceptions. Anyone know if the Win32/Process implements similar behavior for signals or failing that if anyone has a workaround. Sonny. -- Posted via http://www.ruby-forum.com/.