Windows Threads Question:
semaphore variable is different from ordinary variable by?
Answer:
Semaphore variable is used under 'n' process solutions to
handshake mutual exclusion rule, where as ordinary variable
is used such circumstance is error prone if set that
variable as boolean type even you get problem while setting
value to parent thread.
where n>1
check it out!
handshake mutual exclusion rule, where as ordinary variable
is used such circumstance is error prone if set that
variable as boolean type even you get problem while setting
value to parent thread.
where n>1
check it out!
Previous Question | Next Question |
What is Windows DAEMON? | Which one is not needed for Multi-program environment? |