How can I make sure my Node child process is properly cleaned up?
Node processes started with require('child_process').spawn can close and
exit. I assume they can also just hang forever in some cases without
politely telling Node about it. How do I make sure my Node application
always cleans up its child processes nicely?
No comments:
Post a Comment