2009/5/3 Hernán Morales Durand <[email protected]>: > Igor, you're claiming that every reference to Transcript in every > package and every example should be wrapped in some way by > > [ ... ] forkAt: Processor userBackgroundPriority. > > to preserve the historical behavior ? > No, i'm not. It is the Transcript which ensuring the thread-safety. Transcript is a stream. It could be used w/o being connected to a window. Please make difference between Transcript stream, which is updated immediately, and Transcript window which can be updated when it is safe to do it.
> 2009/5/3 Igor Stasenko <[email protected]>: >> 2009/5/3 Stéphane Ducasse <[email protected]>: >>>> >>>> >>>> but apparently >>>> http://code.google.com/p/pharo/issues/detail?id=750 >>>> shows the contrary and this is really strange. I think that may be >>>> this is a slow down in Transcript but... >>>> >> >> i added a comment to this issue. >> >>>> Stef >>>> >>>> >>>> >>>> >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [email protected] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> >> -- >> Best regards, >> Igor Stasenko AKA sig. >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Best regards, Igor Stasenko AKA sig. _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
