Thread
:
Best way to communicte between mobile and server?
View Single Post
velox
2010-02-08 , 20:33
Posts: 394 | Thanked: 1,341 times | Joined on Dec 2009
#
3
Maybe you might want to look into the JSON-format for communication over slow connections if you take the HTTP-route. There are ways to de- and encode JSON for almost every programming-language and it's overhead is not as big as XML...
I've read somewhere that PHP's json_encode() is faster than the 'php-native' serialize(), but can't remember where, which makes the information kind of rubbish.
Quote & Reply
|
velox
View Public Profile
Send a private message to velox
Find all posts by velox