Sept. 8, 2010
10:06 p.m.
Dale Henrichs wrote:
For the Pharo, I would think that the fact that an Object log could accumulate a whole lot of stuff is real limiting factor...there'd need to be a process that continuously pruned objects from the object log over time .... so a thread safe linked list might be a better choice for the Object log collection ...
How about a circular queue, with removed entries written to a file.