Hi !
I have a app with 29 backgroundworkers, all are mentioned to work at the same time, all contain a loop scanning the process memory (1 loop takes ages, i split the memory to 29 parts and scan them all at same time)
However i have noticed that not all backgroundworkers really work, rest is like it doesnt want to turn on :/
How i checked this ?
The address i was trying to find was &H6BD17D2
so at loop1 i set start range to &H6BD17D0 and it found it quickly, same on backgroundworker2, but when i set it on backgroundworker5, it took longer to find (how its possible ? if they all should run together at the same time ?)
When i set it to umm backgroundworker 21 then after 30 minutes there still was no result.
Is there some real way to run 29 loops at the same time without "lags" like this ?
I have a app with 29 backgroundworkers, all are mentioned to work at the same time, all contain a loop scanning the process memory (1 loop takes ages, i split the memory to 29 parts and scan them all at same time)
However i have noticed that not all backgroundworkers really work, rest is like it doesnt want to turn on :/
How i checked this ?
The address i was trying to find was &H6BD17D2
so at loop1 i set start range to &H6BD17D0 and it found it quickly, same on backgroundworker2, but when i set it on backgroundworker5, it took longer to find (how its possible ? if they all should run together at the same time ?)
When i set it to umm backgroundworker 21 then after 30 minutes there still was no result.
Is there some real way to run 29 loops at the same time without "lags" like this ?