Here's a suggestion:
Mark the time when starting the thread.
Then during the script run, add a time check action and compare the time difference with your desired value.
-> Take appropriate action.
Is it possible to share cache across threads in order to save bandwidth?
-
Is there any way to share the cache of images and static files to save some banwith?
-
@mfacundo94 This idea is really interesting? Any answer?
-
@mfacundo94
@Findyourthing said in Is it possible to share cache across threads in order to save bandwidth?:This idea is really interesting? Any answer?
You can try symbolic links (cmd mklink /j targetPath sourcePath). Not tried it myself and shared cache could potentially de-anonymize you.