Search code examples
phpxml-rpcrpctunnel

PHP remote procedure calling


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.


Solution

  • Try MultiRpc - multiple methods calling in 1 request, by encrypted and compressed protocol.