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

Reply via email to