.net - Processing large amounts of data using multithreading -


I have to write the AC # service (can be a window service or a console app) that can be processed in large quantities of data There is a need to (100 000 records) processing stored in a database each record is also a fairly complicated operation. As part of the processing I need to include many updates.

We are using NHibernate as OHRM.

The only way is to load all the records and implement them sequentially ... which could be quite slow, I was considering multiple threading options and simultaneously recording records of several records I was thinking of threading.

Does anyone give me some indication that I should contact this because I am using NHibernate

You should consider.

Comments