Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!compuram!pgd From: pgd@bbt.se (P.Garbha) Newsgroups: comp.unix.questions Subject: Re: unix multi-user DBMS, questions re. data transfer Keywords: DBMS, IPC, shared memory, semaphores, signals, multi-processing Message-ID: <1990Jul24.053314.994@bbt.se> Date: 24 Jul 90 05:33:14 GMT References: <20@astph.UUCP> Organization: /etc/organization Lines: 8 > we have avoided signals because of the 'sdb' problem >in dealing with signals. does a debugger exist that can handle >signals? > GDB can handle signals. You can set them individually to print a message or not, to stop or not, and to send the signal to the program or not.