From 975cfd9ea66f289b79705240084e62c85f14f3ca Mon Sep 17 00:00:00 2001 From: Patrick Mahoney Date: Sun, 11 Dec 2011 22:21:42 -0600 Subject: [PATCH] Add link to pyprocessing. --- README.rdoc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 925ca6c..06257f2 100644 --- a/README.rdoc +++ b/README.rdoc @@ -3,9 +3,10 @@ Concurrency primitives that may be used in a cross-process way to coordinate share memory between processes. -A small C library (libpsem) is compiled to support portable access to -semaphores. This library is then accessed using FFI to implement Ruby -classes ProcessShared::Semaphore, ProcessShared::BoundedSemaphore, +A small C library (libpsem) is compiled to provide portable access to +semaphores (based on http://pyprocessing.berlios.de/). This library +is then accessed using FFI to implement Ruby classes +ProcessShared::Semaphore, ProcessShared::BoundedSemaphore, ProcessShared::Mutex, and ProcessShared::SharedMemory. This is an incomplete work in progress.