Queuing the multiple incoming insert record request for xml doc



I am using xml document to store the records inserted by my website user . but when multiple request come at same time it give error of " xml document already in use ". I suppose it is happening because insert query locks the document and does not allow the next request until it completes. What can I do to get rid of this? Is there any way to queue the incoming insert request?


No comments:

Post a Comment