Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Simulteaneous request issue??

Status
Not open for further replies.

lazytrucker

Programmer
Aug 4, 2004
39
0
0
GB
Hi all, I am getting an error when users execute the exact request at the exact same time:

Run-time error -2147024864

The process cannot access the file because it is being used by another process.

The function being used in the dll makes, saves, sends, recieves and then saves an xml object created in the dom.

Why would this result in the above error?

Can the DOM process XML objects of the same name at the same time?

Or could it be the files are trying to save at exactly the same time creating the error?

Or is it something else entirely??

any help appreciated

Cheers LazyTrucker
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top