churchill Posted August 13, 2008 Share Posted August 13, 2008 ..you have a resource which writes to an xml file, and two clients trigger the xml writing function at the same time? is MTA intelligent enough to queue them up and do both changes in a row, or does one get "deadlocked" and return a false result back for the XmlNodeSetValue call? and if so, do you put it in a while loop so that it keeps attempting to write the value until it returns true? Link to comment
Simbad de Zeeman Posted August 13, 2008 Share Posted August 13, 2008 I think its really hard to trigger at the same time and i think MTA is intelligent enough to queue them up and do both changes in a row. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now