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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -