On 28 Jun 2004, at 06:09, Alex Sergeyev wrote:

I looked into libxml code. There are no any filelocks... Does it mean that I can have problems with my AxKit application which reads XML in one place for site visitors and can modify them in other place for site admins?

How can I make workaround if yes?

Use atomic move in your file updates. Write to somewhere on the same filesystem (mount point) and move the file (or hard link and unlink the original).


Matt.


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to