I used a dataset in multiple-reader and single-writer design in my application , but the 'read' and 'write' is possible happend at a same time .
will it thread safed ? or I need to apply any locking mechanism?
but i don't wish to lock the 'read' to be single thread being.
Thanks!