Jump to content

Threads.h++: Difference between revisions

From EDM2
Created page with "right A set of multi-platform C++ class libraries introduced in 1996 as an add on to the Tools.h++ foundation class library. The library simplifi..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Image:Thredil.gif|right]]
[[Image:Thredil.gif|right]]
A set of multi-platform [[C++]] class libraries introduced in 1996 as an add on to the [[Tools.h++]] foundation class library. The library simplifies the creation, interprocess communications and synchronisation of threads and introduces a new simplified cross platform thread model which cuts down on porting time.
A set of multi-platform [[C++]] class libraries introduced in 1996 as an add-on to the [[Tools.h++]] foundation class library. The library simplifies the creation, interprocess communications and synchronisation of threads and introduces a new simplified cross-platform thread model which cuts down on porting time.


The Threads.h++ library did not support all of the platforms supported by Tools.h++, but was available for 32 bit versions of [[MS Windows]] (Win 9x, Win NT, et al), Sun Solaris, HP-UX and AIX in addition to OS/2.  
The Threads.h++ library did not support all of the platforms supported by Tools.h++, but was available for 32-bit versions of [[MS Windows]] (Win 9x, Win NT, et al.), Sun Solaris, HP-UX and AIX in addition to OS/2.


The company stopped selling the Threads.h++ library as a separate product in 2001 and folded it into a new product called [[SourcePro C++]]. It appears that the introduction of thread support in the standard C++ library has killed much of the interest in the library even though it was both easier to use and more powerful & portable than the standard version.


==Versions==
==Versions==
* Threads.h++ version 2 introduced in 2000. Reorganisation of the tools into separate packages but otherwise largely unchanged from v1.4, new tracing facility.
* Threads.h++ version 2 introduced in 2000. Reorganisation of the tools into separate packages but otherwise largely unchanged from v1.4, new tracing facility.
* Threads.h++ version 1.4 introduced in 1999 (?), primarily bug fixes.
* Threads.h++ version 1.4 introduced in 1999 (?), primarily bug fixes.
==License and availability==
==License and availability==
* Commercial software - Discontinued - Original price 695 USD for each available platform or 1390 USD for all three
* Commercial software - Discontinued - Original price 695 USD for each available platform or 1390 USD for all three
Line 13: Line 15:
==Links==
==Links==
* [http://docs.roguewave.com/legacy-hpp/thrug/ Threads.h++ documentation] from the Rouge Wave Software site.
* [http://docs.roguewave.com/legacy-hpp/thrug/ Threads.h++ documentation] from the Rouge Wave Software site.
==Publisher==
==Publisher==
* [[Rouge Wave Software]]
* [[Rouge Wave Software]]


[[Category:Tools]][[Category:C++]][[Category:MS Windows Tools]][[Category:HPUX Tools]][[Category:Solaris Tools]][[Category:AIX Tools]]
[[Category:C++ Class Libraries]]

Latest revision as of 03:01, 18 October 2022

A set of multi-platform C++ class libraries introduced in 1996 as an add-on to the Tools.h++ foundation class library. The library simplifies the creation, interprocess communications and synchronisation of threads and introduces a new simplified cross-platform thread model which cuts down on porting time.

The Threads.h++ library did not support all of the platforms supported by Tools.h++, but was available for 32-bit versions of MS Windows (Win 9x, Win NT, et al.), Sun Solaris, HP-UX and AIX in addition to OS/2.

The company stopped selling the Threads.h++ library as a separate product in 2001 and folded it into a new product called SourcePro C++. It appears that the introduction of thread support in the standard C++ library has killed much of the interest in the library even though it was both easier to use and more powerful & portable than the standard version.

Versions

  • Threads.h++ version 2 introduced in 2000. Reorganisation of the tools into separate packages but otherwise largely unchanged from v1.4, new tracing facility.
  • Threads.h++ version 1.4 introduced in 1999 (?), primarily bug fixes.

License and availability

  • Commercial software - Discontinued - Original price 695 USD for each available platform or 1390 USD for all three

Links

Publisher