2. Running CPU-bound workloads for node.js applications in-process
(without blocking the node.js event loop):
http://tomasz.janczuk.org/2013/02/cpu-bound-workers-for-nodejs.html
--
--
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 nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
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 nodejs+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Looks great, already told you on twitter.
There are cases where I would prefer this to an mq/worker solution.
A good example that I was thinking is a middleware to log events in windows event log. It is not a CPU bound operation but event log will be easy to use from .net. I already did a native module but this could be easier and better.