i want to know about thread safe programming?. how it will work?.
Thanks & Regards Mano
Rahul Bhattacharjee
Ranch Hand
Joined: Nov 29, 2005
Posts: 2300
posted
0
Originally posted by Mano haran: i want to know about thread safe programming?. how it will work?.
You have to write your programs in such a way that if shared resources are accessed by many threads , then it will not corrupt the state of the shared object.There should not be any deadlocks.But provision should be there for intra thread communication.