how to read a single wordfile into multiple reader withour read and write lock to that read file.
In my program i browse one wordfile and open that wordfile into richtextbox. In that same file read a another person to open that file and read that file into richtextbox.
If suppose multiple reader to read that file means we have readonly problem that is for deadlock condtion occure. How to read without read and write lock condion by using threading concept.
give me solution for that pbm.....