[gclist] Using GC in embedded system

Wink Saville wink@saville.com
Tue, 15 Jan 2002 08:53:09 -0800


I'm interested in using a GC in an embedded system and was wondering how
feasible it is to create a program using C++ that has multiple threads with
some threads having there memory GC'd. The problem is some of the threads
will be involved in handling real time information and I don't want them to
be delayed while a garbage collection cycle is occurring.

Is this possible at all?

Is there a GC that will allow this type of segmentation in the system?


Thanks,

Wink Saville