On Thu, 2002-08-08 at 17:30, David Busby wrote:
> List,
>       In C/C++ how do I get my code to listen for processes?  Namly listen for 
> SIGKILL?  See it's a socket application and if I use kill from the 
> command line it doesn't shutdown my sockets right and I've got to wait 
> for the OS to clean up for me...bad sloppy developer, can't have that.
> 
> /B


I am not a c coder by any means but have you tried 

man -k signal

looks like of particular interest might be the signal man page itself.

There are a whole bootload of man pages that are specific to the use of
the various system calls and libraries.  I know 'cause I allways seem to
get them intead of what ever it is that I may be looking for.

MAybe this will get you started until someone that knows what they are
talking about chimes in :)

Bret



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to