What is the best/fast/efficient way of communicate between Flash and MySql? I have a multi-players online game using Flash-php-MySql, it seems like when I reach 5 or more players, the game is laggy. And I believe that problem is because of request and response from MySql through php. I am using URLRequest, Post method in AS3 file.
I tried google, I found this Amfphp and Zend Framework Adobe AMF. I am not sure if it helps my connection to database? Anyone tried these before? (Please include your comment about any of these in the answer)
Can you guys recommend what are the more appropriate methods of communicating between Flash - MySql in term of response time and security?