all groups > dotnet xml > july 2003 >
You're in the

dotnet xml

group:

Multi-user writing of XML document


Multi-user writing of XML document Peter Horwood
7/11/2003 1:23:32 PM
dotnet xml:
Are there any white papers or sample apps or Message
threads that handle the issue of multiple users viewing,
editing and saving XML files?

I have a few very rudimentary ideas (like only letting one
edit at a time - yuck<g>).

Normally I use a database to do this so I only have to
worry about the specific record being changed, not the
whole file being overwritten, but I have an application
which won't be allowed access to a database to handle this
so I need to handle it in the XML file.

Re: Multi-user writing of XML document Sergey Dubinets
7/12/2003 12:32:30 PM
XmlDocument in.Net doesn't provide any synchronization.
It is safe for reading from multiple threads.
User is responsible for synchronization if one of the threads edit
XmlDocument.

Sergey
--
This posting is provided "AS IS" with no warranties, and confers no rights.

[quoted text, click to view]

AddThis Social Bookmark Button