use cluster:  http://nodejs.org/api/cluster.html

Regards,

ty


2012/8/23 jason.桂林 <[email protected]>

> test by node.js http helloworld
>
> 10 concurrent connections
> response: 0ms(min) 19ms(max) 1ms(avg)
>
> 30 concurrent connections
> response: 2ms(min) 20ms(max) 4ms(avg)
>
> 100 concurrent connections
> response: 7ms(min) 43ms(max) 15ms(avg)
>
> 1000 concurrent connections
> response: 6ms(min) 212ms(max) 167ms(avg)
>
> We can see that, node.js response time increased with concurrent
> connections, any one can explain this?
>
> And how to avoid this problem, and if it is not http but tcp, will it be
> an critical issue for multi player online game server, there will be many
> concurrent connections.
>
> --
> Best regards,
>
> 桂林 (Gui Lin)
>
> guileen@twitter <https://twitter.com/#!/guileen>
> 桂糊涂@weibo <http://weibo.com/guileen>
> guileen@github <https://github.com/guileen>
>
>  --
> 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
>

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