start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.149 Thread::Queue Chapter 8
Standard Modules
Next: 8.151 Thread::Signal
 

8.150 Thread::Semaphore

Provides a mechanism to regulate access to resources. Semaphores are more general than locks because they aren't tied to a particular scalar. They can have values other than zero or one, and they can be incremented or decremented by some specified number.


Previous: 8.149 Thread::Queue Perl in a Nutshell Next: 8.151 Thread::Signal
8.149 Thread::Queue Book Index 8.151 Thread::Signal

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.