@andreiem I added a random sleep time before all the procedures started. The 1st thread starts. and then 2nd thread .. 3 and 4 5 ... Since they do not do the same operations at the same time, they do not consume much processor.
Lowering disk usage?
-
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...