c# - Synchronize two .net application using threading -
this question has answer here:
i have resource shared between various .net application.
if 1 app using resource other apps should wait untill first app release that. other apps chance occupy resource randomly based upon cpu scheduling.
i trying use mutex if application has occupied mutex , terminates abnormally other apps error.
please suggest design resolve scenario.
mutex right thing use. maybe this or this application terminating abnormally holding mutex (google abandoned mutex)?
Comments
Post a Comment