Servlet 3.1 and frameworks like Spring 4 support non-blocking request execution. This partially supported by the raw Storage API which exposes its HttpRequest objects with their executeAsync() operation. However, this does not support non-blocking transfers.
Full async support would allow an application to transfer data to/from Cloud Storage without having to consume a Thread while waiting for IO to complete.
Servlet 3.1 and frameworks like Spring 4 support non-blocking request execution. This partially supported by the raw Storage API which exposes its HttpRequest objects with their executeAsync() operation. However, this does not support non-blocking transfers.
Full async support would allow an application to transfer data to/from Cloud Storage without having to consume a Thread while waiting for IO to complete.