May 28, 2009
8:56 p.m.
francois on squeaksource there is a threadsafeTranscript can you try it? The idea is to get it to replace the non thread safe (= defult one). Stef On May 28, 2009, at 10:49 PM, François Tanguy wrote:
Hello,
try this in a workspace (image 10319) :
"First open a Transcript via the world menu" Transcript clear. 5 timesRepeat: [ [Transcript show: 'Hello'] fork ]
Behavior is bad.
Now, try the following:
Transcript clear. Transcript open. 5 timesRepeat: [ [Transcript show: 'Hello'] fork ]
It is always working.
Is it a known problem ? Should we open an issue ?
François _______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project