Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

EF6 and threading

EF6 and threading
 
I am converting a working legacy application to EF6 but do not know how to replace the threading.
 
In order to process a large amount of records, an extra table was created where each row contains the unique ID on the main table
AND a "busy" flag. This enabe multiple thread to interact with the entire database yet manage their contention using this table.
 
What can I do in EF6 which would give me this same capability?

And performance is a big concern since the row count is huge.
 
Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER