ID:2073710
 
(See the best response by FKI.)
quick question: does world.Export() on a web address sleep or does it lockup the server?

like if the web server takes half a second to respond, does it sleep or does all processing stop for that whole half second.
Best response
I am 99.9% sure it sleeps.

Actually just tested it and that seems to be the case.
The proc sleeps until a response is obtained then it continues.