=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/Attic/README.hp,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM_contrib2/asir2000/gc/Attic/README.hp 1999/12/03 07:39:09 1.1 +++ OpenXM_contrib2/asir2000/gc/Attic/README.hp 2000/04/10 08:31:30 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.)