I am considering using an xml file as a data repository. I would like to have concurrent processes reading and writing from the file with something analogous to the record locking capability of fcntl. What would it take to create such an element locking mechanism? Allow locking on ids only with a separate mechanism to lock those ids? I am thinking about using an sql table to hold the ids and using that locking mechanism. Is this covered in dom enhancment discussions? Thanks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
