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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -