Is there a good way to implement file updating? such as lock, update, reload...

Larry Bates larry.bates at websafe.com`
Mon Jul 7 13:00:43 EDT 2008


Evan wrote:
> If I get rid of the XML, I have to change my script more and more, it
> is not easy to do that. :( :(
> 
> Thanks,

It is even harder to write a multi-user XML database (which is what you are 
wanting).  Put the data in a multi-user database and convert to XML as needed.

-Larry



More information about the Python-list mailing list