=================================================================== RCS file: /home/cvs/OpenXM_contrib/gc/Attic/README.hp,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gc/Attic/README.hp 1999/11/27 10:58:32 1.1.1.1 +++ OpenXM_contrib/gc/Attic/README.hp 2000/04/14 11:08:02 1.1.1.2 @@ -8,4 +8,9 @@ The collector should compile with either plain cc or c fails to define _HPUX_SOURCE and thus will not configure the collector correctly. -There is currently no thread support. +Incremental collection support was reccently added, and should now work. + +Thread support for HP/UX 11 Pthreads was also recently added. It is still +flakey in this release. (It has only been tested on a uniprocessor. Even +there some fraction of thread creation calls fail with a not-yet-understood +error return from sem_wait.)