Quote:
Originally Posted by superuser84
I would like to know how can I impliment basic read/write locks in perl. I have a database (file) which can be accessed simultaneously but has to be locked while writing.
|
Are you still using locks while reading to prevent writes from interferring with the reads?