Maybe I'm misunderstanding the purpose. To me proposed
"CRITICAL" looks like a way to avoid getting the execution
to the same code section twice. For example I would use it
for a very simple purpose (I already use similar technique
there currently), to avoid starting my small calculator
applet twice in my app (reason unimportant). Now, the
calculator code itself is far from being "CRITICAL" in any
sense, yet I'd like to avoid reentering the code.

Again maybe I misunderstand something, but the fact
that a given code section is desired to be protected
with MUTEXes, doesn't automatically mean that this
code section is "CRITICAL" in the meaning of the word
"critical".

MONITOR is even more cryptic to me :)

Hi,


one more proposition: SYNC[HRONIZED]


Best regards,
Mindaugas
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to