curl - What is the most efficient way to call PHP methods from within another machine under the same hub? -
implementing rest api mobile app.
at server end, server calling procedures @ server b.
found expensive cost not computing within server or server b (which takes less 10ms), network cost during remote procedure call between , b (which takes more 100ms).
using rmccue requests network request (underlying curl_exec()).
so, more efficient alternative in calling php methods within machine under same hub?
Comments
Post a Comment