Not sure if I get this either.

But from my understanding: if you run the Cluster 
example<http://nodejs.org/docs/latest/api/cluster.html#cluster>multiple times 
(i.e in two different terminals) the listening port will be 
shared across all of the workers.
If you have 4 "cpus", using this example, you'd get 8 ( 2 x 4 ) workers and 
2 masters. 10 processes. If I get it right, all of the workers will listen 
on the same port.

If this is the excepted behavior then there is no reason to emit a 
EADDRINUSE.

PS:  @王 逍 when you said "master" did you mean the github repo?

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

Reply via email to