Write an essay on concurrency control techniques.
Consistency maintenance, which is a key issue in groupware research and systems, is supported by a variety of concurrency control techniques. These techniques can be pessimistic (it does not allow concurrency to occur) or optimistic (it allows concurrency to occur and then fixes inconsistency), explicit (the user explicitly controls concurrency) or implicit (the system controls … Read more