Penguin
Diff: Synchronisation
EditPageHistoryDiffInfoLikePages

Differences between version 2 and previous revision of Synchronisation.

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

Newer page: version 2 Last edited on Sunday, August 24, 2003 6:29:43 pm by StuartYeates Revert
Older page: version 1 Last edited on Sunday, August 24, 2003 6:19:52 pm by StuartYeates Revert
@@ -5,7 +5,7 @@
 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]s 
+# [Semaphore|lockfile(1) ]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.