Socket multi-user connection help younger brother is working on a flash as the client, php as the server socket applet now has a problem after flash successfully connected to the server! Everything can communicate normally, but multiple users cannot connect to the server (for example, if I open two flash files and cannot connect to the server; whether the socket can solve the problem of multi-user connection
The younger brother is working on a socket applet with flash as the client and php as the server.
Now there is a problem after flash successfully connects to the server! Everything can communicate normally
But you cannot connect multiple users to the server (for example, if I open two flash files, the second connection will fail)
Php socket can solve the problem of multi-user connection
Hope to help
Share:
------ Solution --------------------
Does your PHP program process HTTP requests normally? Or is it a socket server?
If it is the latter, how is your PHP program started?
You need to clarify these points first, and we will discuss them later.