Possible Duplicate:
What does 'synchronized' mean?
What is the purpose of Java synchronization, and how should I use it?
What is the purpose of Java synchronization, and how should I use it? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Java Tutorial: Synchronization. A generic answer to your generic question. Don't like it? Please elaborate a little. Cheers. |
|||
|
|
|
If you mean how to implement synchronization (as in Java), it is language dependent. Generally it can implemented using the OS level locks (as in semaphores, mutex etc) |
|||
|
|