Sept. 9, 2010
12:06 a.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.