Hi, Is there any consideration in keeping a worker process (from cluster.fork()) from calling cluster.fork() again? What I have in mind is porting a program written with HTML5 web worker that uses subworkers. I think I can use child_process.fork() too, but cluster.fork() has done a lot of bookkeeping (and port sharing) for us.
I found that the first line in the source of cluster.fork is just "assert(cluster.isMaster);". I haven't explored further yet, but I'm curious what the considerations are, and what possible hurdles one needs to overcome if we wants to allow a worker to fork further with cluster.fork(). Thanks! Lukhnos -- 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
