Hy there, i 've written a web based application in ASP / vbscript that uses
XML files. with each action of my scripts, i reactualize the xml list (that
contains all status of all scripts running on the server). my problem
happens when two scripts want to modify the xml file at the same time. So
would you tell me how i could keep the thecond script waiting until the
first one has finished ? can i lock the xml file while the action of the
first script is running ? How ?
bye
Nico