From: Paulo P. <pau...@di...> - 2002-03-07 13:20:23
|
Hello Bastiaan, What do you think about GNU Common C++ library? GNU Common C++ offers support and portable classes for threading and sock= ets=20 for both UNIX (Posix systems with "pthread" support) and the Windows "Win= 32"=20 API. GNU Common C++ uses extensive autoconf macro sets for automatic=20 detection of various levels of "pthread compliance" in your target platfo= rm=20 and attempts to adjust itself appropriately. GNU Common C++ has been test= ed=20 from time to time with GNU/Linux, FreeBSD, Solaris, and DEC Tru64 Unix.=20 Recent work has also been done to help support HP/UX.=20 While GNU Common C++ is not directly related to GNU portable threading (G= NU=20 Pth), it should work with the Pth "pthread emulation" library at present.= =20 Work is planned to make GNU Common C++ directly support GNU Pth.=20 Cheers, Paulo Pizarro |