Does anyone know if the HTTPCaller sends multiple requests simultaneously, or if it's only one-at-a-time?
We're looking to make lots of calls to a web-API, and we don't want HTTPCaller to wait for a response to any given call before the next request is made. The web-API can handle multiple connections at once, and we would like HTTPCaller to do the same.
Can it do this? I can't see anything in the docs allowing setting the number of simultaneous connections.