i am working currently in mortgage process.so i need to get the loan numbers (nearly 5lakhs) from the database based on the condition and process the file individually and update the details to the database for corresponding loan number on daily basis.right
now i am doing this process by multithread with windows service.its take huge time to complete the process and also machine gets hanging.can some one provide me the solution to improve the process or give me the logic to handle this other than the multithread
concept.
ElangoML
0 Points
2 Posts
bulk file processing using windows service
Jul 26, 2011 07:47 PM|LINK
i am working currently in mortgage process.so i need to get the loan numbers (nearly 5lakhs) from the database based on the condition and process the file individually and update the details to the database for corresponding loan number on daily basis.right now i am doing this process by multithread with windows service.its take huge time to complete the process and also machine gets hanging.can some one provide me the solution to improve the process or give me the logic to handle this other than the multithread concept.
Thanks
Elango