Penguin
Diff: Synchronisation
EditPageHistoryDiffInfoLikePages

Differences between version 3 and previous revision of Synchronisation.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 3 Last edited on Saturday, October 18, 2003 1:35:32 am by AristotlePagaltzis Revert
Older page: version 2 Last edited on Sunday, August 24, 2003 6:29:43 pm by StuartYeates Revert
@@ -4,8 +4,8 @@
  
 There are several schemes for [Synchronisation] which are known to be equalivent in terms of what you can do with them, but not necessarily their efficiency. 
  
 # [Mutex]es 
-# [ConditionVariable ]s  
-# [Semaphore|lockfile(1) ]s 
+# Condition [Variable ]s  
+# [Semaphore]s 
  
 Some modern languages (such as [Java]) provide for [Synchronisation] facilities as part of the language, but in many older languages ([C]/[C++]) they are provided using libraries of one sort or another.