Currently, for nearly all operations (apart from create measurements) the only option is to perform a network roundtrip - send a request, wait for a response. While it's possible to do this over multiple connections concurrently, this is inefficie...