Not sure if i worded that right but i was wondering if there was any new way to generate licenses for my scripts via api, also instead of user/password, i wanted to know if i could just generate one string key to keep it more simple.
Great thanks, will do a bit more reading. I'm not sure what advanced DB settings BAS even has for this kind of thing. TBH I will probably just create a work around and start using a schedule to run with 1 thread regularly until a condition is met. Then the DB is updated in real time and massively minimises the odds of a single row being selected by two scripts. Bit of a pain, but I can't see any options in BAS so far to implement what you're discussing! Best Regards
Hey.. ive checked your script.. im also newbie.. but it looks kinda strange to me - your script
Why dont you just created plain txt with urls you want to visit.. then just create one function where you will have load site from resource and then do a "run function in several thread"..
Here you have everythin explained frim scrapper to site "visiter" in multithreaded..