Re: put URL blocking?

2018-09-30 Thread Tom Glod via use-livecode
the load command is non-blocking which can work well for a lot of use cases. hint: to get around the "one request per domain limit" add a # and unique number to the end of the URL. check this out i made it for the LC Global Conference last year a useful demo stack of asynchronous h

RE: put URL blocking?

2018-09-30 Thread Ralph DiMola via use-livecode
Yes it's blocking. As far as a know all get/puts to urls is blocking local or remote. The only way I know of not blocking is to use tsNet Async. It works very nicely even on mobile. I download some files in the background while the user is logging in. The login process uses get/puts and they are