PHP remote procedure calling

ZlataKarma

New Member
I have two servers on PHP that need to communicate, calling remote methods of each other. XML-RPC for PHP is not very good solution because it's very slow, and I can't call multiple methods in one request.
 
Back
Top