Name : openthreads
| |
Version : 1.2
| Vendor : newrpms_sunsite_dk
|
Release : 0.0dev3
| Date : 2003-09-22 00:29:07
|
Group : Development/Libraries
| Source RPM : openthreads-1.2-0.0dev3.src.rpm
|
Size : 0.07 MB
| |
Packager : Che
| |
Summary : An Object-Oriented thread interface for C++ programmers
|
Description :
This library is intended to provide a minimal & complete Object-Oriented (OO) thread interface for C++ programmers. It is loosely modeled on the Java thread API, and the POSIX Threads standards. The architecture of the library is designed around \"swappable\" thread models which are defined at compile-time in a shared object library. It is of importance to note that while a factory pattern design could have been used to achieve the goal of genaric interface, it would have required the programmer to allocate each of the 4 fundemental types (Thread, Mutex, Barrier, & Condition ) on the heap. Due to the cost associated with heap allocation of the underlying concrete implementations of these constructs on some platforms, such allocation was deemed unacceptable at the time this library was originally written, and thus the factory pattern was not used.
|
RPM found in directory: /packages/linux-pbone/archive/newrpms.sunsite.dk/projects/newrpms/www/htdocs/apt/redhat/en/i386/9.0/RPMS.newrpms |