Dear all,
I'm now developing a server managing user and using an only XML file as
data store. But I don't know how to solve the problem when multiple
clients edit that file at the same time. Could you give me some idea?
Thank you very much.
Furious George - 19 Apr 2006 12:34 GMT
> Dear all,
!
> I'm now developing a server managing user and using an only XML file as
> data store. But I don't know how to solve the problem when multiple
> clients edit that file at the same time. Could you give me some idea?
Use an XMLDBMS with a concurrency control module. You should google
it. SEDNA (http://webservices.xml.com/pub/p/841) is a possible match.
> Thank you very much.