Agree! I've been using it with actionHero, and it makes scaling out quite simple. My favoriate configuration is to use clustered workers with a redis backend (redis and hiredis are also awesome modules) to share objects between workers (like sessions or other saved variables).
On Saturday, June 16, 2012 11:06:26 AM UTC-7, carter-thaxton wrote: > > 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