Python 2.0

Graham Matthews graham at sloth.math.uga.edu
Wed Jun 2 16:39:49 EDT 1999


Aahz Maruch (aahz at netcom.com) wrote:
: In addition to Paul's excellent comments, if one is writing an
: interactive process, one cannot afford the unpredictability of random
: garbage collection.  Garbage collection could run in a thread, but then
: one is restricted to environments where threads are well-supported.

You appear to be making an argument like "when a GC occurs the system 
pauses, and this is bad in an interactive environment". If that's the
case then this is an old chestnut. Modern GC implementations do not
have such pauses. Look up papers on real-time garbage collection for
example.

graham
-- 
             Like a bird on a wire
        Like a drunk in a midnight choir
            I have tried in my way
                  To be free




More information about the Python-list mailing list