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).
Hi, is it possible to have data race when writing to a same file from different threads?
@Fox
@Melinda I will add Wait full page load and try
He meant one script per thread.
Each asynchronous function started, starts in separate thread. So in that example you will have 2 threads since 2 asynchronous functions will be started, each with its own (different) script.
Yes, use thread number. if(thread number % 3 === 0) do something