0

I want to fetch JSON from a remote server API, but the data returns minimum after 5 seconds. While waiting for that, if I get another user request can PHP also send/ fetch the second request to remote server. (I don't want to wait until the first data fetching is done)

Note, that the remote server can handle multiple requests at a time. The only problem we are facing is that the process takes minimum 5 seconds.

Pardeep
  • 2,153
  • 1
  • 17
  • 37
re2t1e75
  • 13
  • 3

0 Answers0