-2

How can I check the connection limit on PHP Websockets? I mean, how many connections can my server handle.

I'm using ubuntu server.

  • 1
    Google is not working today? Or haven't you installed apache benchmark yet? If not: install it, and test your server to see if the number of concurrent requests is likely to be a problem for you. If so, look at caching (things like varnish, opcode caching, memcache, APCu, ... ) – Elias Van Ootegem Jan 05 '15 at 14:35

1 Answers1

2

Check this answer: https://stackoverflow.com/a/5695547/2115672 (It's about node.js/socket.io but also work for you.)

Community
  • 1
  • 1
Ibrahim Mumcu
  • 243
  • 2
  • 11