[gclist] Train algorithm for real time Java application
David Chase
chase@world.std.com
Thu, 03 Jan 2002 12:15:20 -0500
At 07:18 PM 1/3/2002 +0530, you wrote:
>I'm trying to find a garbage collector for real time Java applications. Some
>initial study indicates that Train algorithm may be a suitable candidate.
>Can anyone please point me to suitable links which point me to its
>validity/non-validity for these kind of applications.
I don't have links, but we (NaturalBridge) played with it,
and I think it depends heavily on your definition of "real
time Java", as well as what your programs look like. It also
took plenty of fiddling to get it working in a satisfactory
way. Adding soft, weak, phantom, and JNI weak references
was a real party (I thought it was easy at first, and then
it wasn't).
David