To create a client-server GAME applications in Flash, which would be more practical to use and faster in terms of client-server data exchange:
a. web services (flash / flex the client and PHP the server)
or
b. socket connection (flash / flex the client and C / C + + the server)
Any help is welcome. Thanks.