Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I want to get a line of word from my file, type it and delete it at the same time, but it's not deleting until the thread finished, and when I'm doing it in a multi thread its getting the same word at the same time. How
In your resoudce settings set that each line is used only once and set max symultanious usages to 1. That should do the trick.
thanks, I figure it out π
In my case it was firewall. Script couldn't connect to server and download files.
How'd you get it to work?
Try: If thread index * sleep > (certain number) Make it sleep for a random amount of time (few minutes)