Just a friendly note to say the new cluster API is truly amazing.  It just 
works!
It gave me ~6x speedup on one of my projects, with about 5 minutes of 
development time.

I've written similar integrations for TCP servers using fork() in C++ 
before, and it's indeed a lot of work and quite subtle to get everything 
just right:
- Efficient piping of TCP streams to/from the child processes
- Graceful and automatic shutdown of the child processes
- Shared STDIO for straightforward console logging
- Signal handlers
- And lots more...

Way to go!!

-- 
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