I'm trying to have some sort of communication between the server (PHP&MySQL) and want to avoid using just XML because I think it's the slowest approach. By the way I'm trying to build a chat application in Flex, so I thought that having the messages between be binary like with ZendAMF. Have anyone done something similar with it and would want to share thoughts about that?