Hi, You can use keep-alive to reduce overhead, assuming server supports it:HttpClientRequest (Class) (adobe.com)Otherwise asynchronous mode can make the requests in parallel.In the pasted code the MemoryBuffer is unneeded, and error handling should be added. Thanks,-Jon