From: maruzz@matrice.it (Giovanni Maruzzelli)
Subject: RE: Signals in B18
13 May 1997 16:17:09 -0700
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.LNX.3.95.970513130422.1546B-100000.cygnus.gnu-win32@aaue.matrice.it>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Original-To: Sergey Okhapkin <sos@prospect.com.ru>
Original-cc: "gnu-win32@cygnus.com" <gnu-win32@cygnus.com>
In-Reply-To: <01BC5F93.FDBC0440@gater.krystalbank.msk.ru>
Original-Sender: owner-gnu-win32@cygnus.com

On Tue, 13 May 1997, Sergey Okhapkin wrote:

> 
> What troubles with signals do you have? The simpliest way to check signal 
> support is to run bash, enter
> 
> trap "echo SIGINT" SIGINT
> 
> and press Ctrl-C. Bash must complain about receiving SIGINT signal. This 
> should work on both W95 and NT. Or run "kill -1 bash's PID" from within 
> another window. The second case works on NT only.
> 
> --
> Sergey Okhapkin
> Moscow, Russia
> Looking for a job.
> 
> 

Hi,

I was trying something more: a server fork some children, and I was
needing a way to signaling all them (like killpg, or kill -getpid()).

Also, how about the other signals? (HUP, TERM, etc?)

But now I have less need of them.

ciao,

-giovanni
 
          ***********************************************
          *                                             *
          *                                             *
          *    MATRICE srl                              *
          *    Information Technology Solutions         *
          *                                             *
          *    Giovanni Maruzzelli                      *
          *                                             *
          *                                             *
          *                                             *
          *    maruzz@matrice.it                        *
          *    http://www.matrice.it                    *
          ***********************************************

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