L
LB
Hello,
Here the situation:
I have 2 Web services which call each one a DLL. Each one of these dlls
uses a shared variable to read and write in a file XML (the same one).
The problem, when file XML is updated by one of the applications, the other
is not refreshed even if I make a ' xmlDocument.load(path) '.
The 2nd application continues to use its old version. The problem is that
my 2 applications crush file XML mutually and the data are erroneous.
Moreover (perhaps this is not significant, I do not know), but a '
ReaderWriterLock' is used for this file XML.
I thus created a new DLL which declares the variable shared and my 2 Dlls
call this new DLL. The result is completely the same one...
Is this due to the Service Web?? What to make?? Thank you!
Here the situation:
I have 2 Web services which call each one a DLL. Each one of these dlls
uses a shared variable to read and write in a file XML (the same one).
The problem, when file XML is updated by one of the applications, the other
is not refreshed even if I make a ' xmlDocument.load(path) '.
The 2nd application continues to use its old version. The problem is that
my 2 applications crush file XML mutually and the data are erroneous.
Moreover (perhaps this is not significant, I do not know), but a '
ReaderWriterLock' is used for this file XML.
I thus created a new DLL which declares the variable shared and my 2 Dlls
call this new DLL. The result is completely the same one...
Is this due to the Service Web?? What to make?? Thank you!