Link to home
Start Free TrialLog in
Avatar of ITsolutionWizard
ITsolutionWizardFlag for United States of America

asked on

xml jquery

i am simple xml that expose on the website e.g. www.mywebsite.com/products.xml

and i allow multiple users to have write permission to update the xml.  With multiple users who expected to write the xml files almost in the same time. Do you see any errors will be occurred like two accesses can't be written in the same time?

Thanks,

We use xml / jquery
ASKER CERTIFIED SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ITsolutionWizard

ASKER

Then how should start for development
How are you providing access to the XML?
wide open. the xml is resided at the root directory. like www.abc.com/product.xml
How are your clients writing to the XML.
I have html5 UI on the web page for their update
How are your clients writing to the XML?