I'm trying to learn how the cluster module allows multiple TCP-based servers to share a port. As far as I can tell, this isn't handled in lib/cluster.js or lib/child_process.js. Perhaps it is handled in src/node.js and is related to the environment variable access with process.env.NODE_CHANNEL_FD. Am I on the right track? It's still a mystery to me what is going on here.
How are requests distributed among the workers? In my testing it seems that the worker that handled the previous request will always handle the next request as long as it finished processing the previous request. -- R. Mark Volkmann Object Computing, Inc. -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
