Oh are there any documentation about this signal handlers, from them they seems 
to be very useful.

Or can you help me with a small snippet to use any one of them??

> From: jhc...@gmail.com
> Date: Thu, 15 Mar 2012 13:44:21 +0000
> To: zeromq-dev@lists.zeromq.org
> Subject: Re: [zeromq-dev] FW: Help With Regard To the ZMQ Forwarder
> 
> Make sure you have a signal handler in place to handle common signals like
> 
>      1       HUP (hang up)
>      2       INT (interrupt)
>      3       QUIT (quit)
>      6       ABRT (abort)
>      9       KILL (non-catchable, non-ignorable kill)
>      14      ALRM (alarm clock)
>      15      TERM (software termination signal)
> 
> so it is automatically cleaned up should those be sent to the process.
> 
> On Thu, Mar 15, 2012 at 1:41 PM, Symbian Projects <proj_symb...@live.com> 
> wrote:
> > thanks, now i need to call this when my application closes correct.
> >
> > Thanks a lot Justin, i will try this and will get back to mailing list if
> > required. :-)
> 
> 
> 
> -- 
> Justin Cook
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev@lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
                                          
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to