@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
I do a lot of disk usage, reading text files, saving text files, on 40 threads and more
including resources or not
my disk usage is always 100% what can I do?
is storing and reading database instead of text files better choice perfomance-wise ?
@yourfriendkarol Yes, working with the database (any) will solve this problem. Or buy a fast ssd disk.
@yourfriendkarol SuperFetch? , may be...