Hello, 

my node.js application uses the cluster module for forking workers and I 
want to use the new domain module to catch all uncaught exceptions.

Is there a way to fork each worker in an own domain? I tried to wrap the 
whole application in an domain, but then the error handler is called for 
each worker.


Thank you
Torben

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to