Each call to HandleURL is distinct and knows nothing about any other calls. The web service handles each call in a separate thread. (A separate Xojo thread, which are cooperative, so they share the same processor core. They don’t take advantage of multi-core processors.)