Maximum concurrent Socket.IO connections

前端 未结 5 1872
旧时难觅i
旧时难觅i 2020-11-29 15:23

This question has been asked previously but not recently and not with a clear answer.

Using Socket.io, is there a maximum number of concurrent connections that one c

5条回答
  •  Happy的楠姐
    2020-11-29 15:57

    This guy appears to have succeeded in having over 1 million concurrent connections on a single Node.js server.

    http://blog.caustik.com/2012/08/19/node-js-w1m-concurrent-connections/

    It's not clear to me exactly how many ports he was using though.

提交回复
热议问题