I am parallelizing some of my code, and in this section, I have DataViews accessing a common DataTable. There are places where I modify the DataViews, but in necessarily discrete records among the threads. Do I still need to institute Semaphores for these modifications (not row addition/deletions, but only mods), if I know that specific records won't be touched simultaneously?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Well, I went ahead and tried implementing the solution as if that were true, and a |
|||
|
|