Difference Between Monitor & Lock?
Posted
by Goober
on Stack Overflow
See other posts from Stack Overflow
or by Goober
Published on 2009-05-23T18:59:12Z
Indexed on
2010/04/07
16:33 UTC
Read the original article
Hit count: 289
What's the difference between a monitor and a lock?
If a lock is simply an implementation of mutual exclusion, then is a monitor simply a way of making use of the waiting time inbetween method executions?
A good explanation would be really helpful thanks....
regards
© Stack Overflow or respective owner