Hi,
In my web service, it has to return an image from a file located at
a specific virtual dir.
Another concurrent app, running on the server, is periodically
modifying that particular file.
I'm now confronted with the fault situatiion that my client crashes
the moment it tried to request that file while its being updated.
Is there a way to circumvent this? I'm willing to wait for the file
to be closed, but how to detect this remotely? Is there a method for
this?
THANKS!
Saya
In my web service, it has to return an image from a file located at
a specific virtual dir.
Another concurrent app, running on the server, is periodically
modifying that particular file.
I'm now confronted with the fault situatiion that my client crashes
the moment it tried to request that file while its being updated.
Is there a way to circumvent this? I'm willing to wait for the file
to be closed, but how to detect this remotely? Is there a method for
this?
THANKS!
Saya
Comment