Inter process semaphore

Hi!
Is there a way in ruby to use global system’s semaphore. I am using
Linux and AFAIK in C you can have many programs using the same
semaphore, but I do not know how to do this in Ruby :(.
Best Regards,
Roman Kamyk

On Sun, 11 Feb 2007, [email protected] wrote:

Hi!
Is there a way in ruby to use global system’s semaphore. I am using
Linux and AFAIK in C you can have many programs using the same
semaphore, but I do not know how to do this in Ruby :(.
Best Regards,
Roman Kamyk

http://sysvipc.rubyforge.org/
http://rubyforge.org/projects/sysvipc/

-a