Skip to content | Change text size

The PThreadCC Class Library

PThreadCC is a class library in a similar vein to SocketCC. The major difference being that while SocketCC is a class library that wraps the existing Socket API, PThreadCC is a class library that wraps the existing PThread API. The PThread library provides a series of multi-thread programming tools such as Mutual Exclusions, Semaphores, Conditions and (of course) Threads.

The latest incarnation of SocketCC uses some of the features of the PThreadCC library to help implement its thread-safe features. Note that the PThreadCC library must be compiled and installed before the SocketCC library can be compiled.

The latest version of the PThreadCC library can be found on the downloads page. PThreadCC is offered with the same free usage license as SocketCC. There is currently no documentation offered for the use of PThreadCC except what is included with the source code.

Details on the changes between versions of PThreadCC can be found within the source-file comments. PThreadCC is currently supported on the Linux, Solaris and MacOS X Platforms.

Using IPv4 on an IPv6 enabled website