Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
SocketCC - A C++ Sockets Library Skip to content | Change text size Engineering home | About Engineering | Departments and schools | Courses | Research | Contact Engineering Staff directory | A-Z index | Site map     Search Monash University > Engineering > CTIE > SocketCC > 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 Copyright © 2004 Monash University ABN 12 377 614 012 - Caution - Privacy - CRICOS Provider Number: 00008C Last updated: 04 April 2006 - Maintained by ctie.webmaster@eng.monash.edu.au - Accessibility information