How can I check the connection limit on PHP Websockets? I mean, how many connections can my server handle.
I'm using ubuntu server.
How can I check the connection limit on PHP Websockets? I mean, how many connections can my server handle.
I'm using ubuntu server.
Check this answer: https://stackoverflow.com/a/5695547/2115672 (It's about node.js/socket.io but also work for you.)