I was wondering if I can serve an app chat using PHP socket. My question is: how many socket connections can PHP handle? I'm using Amazon AWS instance, currently my chat uses HTTP GET requests to retrieve updates, but it is slow and uses unnecessary resources.
Thanks!