Click here to Skip to main content
15,868,002 members

Comments by ankurtrue1 (Top 10 by date)

ankurtrue1 30-Jul-14 3:15am View    
Yes, Its correct and I also agree. But since the "status updates" is kind of monitoring mechanism. Hence the architect has asked to make it work this way, so that main flow is not delayed due to multiple threads catering to this task.
ankurtrue1 29-Jul-14 13:35pm View    
The whole process is running in parallel and asynchronous fashion. However within the individual threads.I will be updating database in multiple threads as well. But the point is, that there is one separate process which I need to do for say "Health Monitoring" where I need to update values in database, which should not hamper/affect the main flow of the code. Hope its clear now?
ankurtrue1 22-Jul-14 9:11am View    
Thanks for your help
ankurtrue1 22-Jul-14 9:05am View    
I am sorry if it seemed like I wanted the code as per I have mentioned. I just wanted some guidance onto the same. I will edit my question accordingly.
ankurtrue1 16-Jul-12 7:19am View    
Thanks stian.net. I fixed the issue myself using the same thing.