xml rpc - PHP remote procedure calling -
i have 2 servers on php need communicate, calling remote methods of each other. xml-rpc php not solution because it's slow, , can't call multiple methods in 1 request.
try multirpc - multiple methods calling in 1 request, encrypted , compressed protocol.
Comments
Post a Comment