On Sun, Jan 2, 2011 at 10:31 PM, Guy Royse <[email protected]> wrote:
> So how does node.js work with multi-core processors. > It doesn't. To utilize multiple cores you'd have to build something that can communicate with itself in multiple instances, each instance running on its own core. So you build a load balancer kind of thing with a some kind of event loop thing. And yes, that's "double" since you can't use the built-in event loop. (Double checked it on irc) - peter -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
