No, they all allow to invoke their functionality manually. I think I asked wrong question. I want to have possibility to invoke such modules externally (assume i have running node process), so i need some IPC thing (and it is not a signal - it seems), which i can use to send ‘messages’ like ‘make dump’, ‘rotate logs’, ‘run debugger’, etc.
28 нояб. 2013 г., в 15:29, Brian Lalor <[email protected]> написал(а): > On Nov 28, 2013, at 4:33 AM, Denis Bardadym <[email protected]> wrote: > >> So if i want to use more then one ‘such’ module, is any way to do not make >> them to do not interact each other? Maybe another way - not a signals. >> I hope it is clear that i do not want to get heap dumps each time i need >> rotate logs. >> I already have some ideas, but do not want again reinvent wheel. > > This is a shortcoming of those modules. I’d consider it a bug if they didn’t > offer a way to either specify the signal, disable automatic signal handling, > or provide a way to invoke that functionality manually. > > -- > Brian Lalor > [email protected] > > -- > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "nodejs" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
