C++ Portable Types Library
Release 1.9.0
http://www.melikyan.com/ptypes/
The C++ Portable Types Library (PTypes) is a simple alternative to the
STL that includes multithreading and networking. It defines dynamic
strings, character sets, variants, lists and other basic data types
along with threads, synchronization primitives and IP sockets. It is
portable across modern Unix and Windows systems and includes a sample
HTTP daemon showing the full power of the library.
This release features a new "jobqueue" class which serves as a basis
for implementing the thread pool model in network server and robot
applications. Example 2 in the multithreading examples is now a
network server template that demonstrates the usage of the jobqueue
class combined with a collection of reusable thread objects. This
release also features atomic functions for the PowerPC processor,
changes in the DLL/so versioning policies, as well as a number of
improvements and fixes in various parts of the library.
--
Hovik Melikyan
##########################################################################
# Send submissions for comp.os.linux.announce to: cola _at_ stump.algebra.com #
# PLEASE remember a short description of the software and the LOCATION. #
# This group is archived at http://stump.algebra.com/~cola/ #
##########################################################################