Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 49.483.697 Times

FCFS RWLock 0.4.0

  Date Added: April 01, 2010  |  Visits: 924

FCFS RWLock

Report Broken Link
Printer Friendly Version


Product Homepage
Download (103 downloads)



FCFS RWLock is a Readers/Writers Lock (or RWLock for short) is a mechanism that allows an arbitrary number of readers or alternatively one writer to access a resource at any given time. FCFS RWLock project is useful in case writing may temporarily harm the integrity of the resource. Many RWLock implementations arbitrate the various readers and writers in a manner that may cause starvation of either readers or writers. For instance, a readers/writers lock that prefers readers may cause a writer to starve (i.e: wait for a very long time or indefinetly) if there are two and more competing readers. A First-Come First-Served (FCFS) RWLock solves this problem by making sure that the pending threads are served at the same order as the time of their arrival. Thus, starvation is eliminated assuming that a thread does not obtain the lock indefinetly (which in any case should not happen in a well-designed system)..

Requirements: No special requirements
Platforms: Linux
Keyword: Allows Fcfs Libraries Lock Mechanism Number One Programming Readers Readers Writers Lock Rwlock
Users rating: 0/10

License: Freeware Size: 143.36 KB
USER REVIEWS
More Reviews or Write Review


FCFS RWLOCK RELATED
Libraries  -  File::Find::Parallel 0.0.4
File::Find::Parallel allows you to traverse a number of similar directories in parallel. SYNOPSIS use File::Find::Parallel; my $ffp = File::Find::Parallel->new( qw( /foo /bar ) ); print "Union:n"; my $union = $ffp->any_iterator print "...
9.22 KB  
System Lockers  -  System Lock 1.2.1
System Lock allows you to lock your desktop so that no other users may use your computer. Windows NT/2000 already comes with this capability, but what about Windows 95, 98 & ME? System Lock contains numerous Options for security and...
194 KB  
Utilities  -  ZUPS 1.1
ZUPS allows for monitoring the state of one or more UPS devices using SNMP and executing user-specified commands in case of power outage, such as email notifications and controlled remote host shutdowns. If the UPS devices are running on...
122.88 KB  
Mathematics  -  Prime Number Finder 1.0
Lists all Prime Numbers, also allows you to enter a number and check if it is a prime number. If not - it will show all factors of the number.
1024 KB  
ActiveX Components  -  Ultimate++ 1.2
Ultimate++ is a radical and innovative GUI toolkit whose number one priority is programmer productivity. C++ is a great programming language but C++ programmers are sometimes hampered by the lack of effective libraries. U++ libraries enable...
2.6 MB  
Utilities  -  Qore Eclipse IDE Plugin 1.0.0
Qore Eclipse IDE Plugin software allows you to develop in the Qore Programming Language within Eclipse. Qore language syntax highlighting: - code completion - outline view for edited source - launch support from within Eclipse (running Qore...
163.84 KB  
Utilities  -  Windows MultiPoint Server 2011
Windows MultiPoint Server 2011 is the second version of a Windows product primarily designed for educational institutions for use in classrooms, labs, and libraries, that allows multiple users to simultaneously share one computer. Users have their...
 
Modules  -  One-Face Comments 1.5
Allows visitors to leave comments via One-Face authorization service. Shows the login block written in Flash, which fills the standard login forms using javascript.installation : 1. Upload one-face-comments folder to the /wp-content/plugins/...
20.48 KB  
Business  -  JBoss Application Server for linux 6.0.0 Milestone
JBoss Application Server is the number one most widely used Java application server on the market. Hundreds of professional open source developers have contributed to the JBoss Application Server over the years and community contributors are not...
135.16 MB  
Instant Messagers  -  Window/Msn Messenger Polygamy 4.6.0079
Msn/Window Messenger Polygamy allows you to run more than one copy of MSN messenger, as well as many accounts simultaneously. To use the program, install it, and then run it from the Programs menu - each time you run it, a new copy of MSN will be...
760 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB