Greg Ewing <[EMAIL PROTECTED]> writes:

>> Incremental GC (e.g. in OCaml) has short pauses. It doesn't scan all
>> memory at once, but distributes the work among GC cycles.
>
> Can it be made to guarantee that no pause will
> be longer than some small amount, such as 20ms?

It's not hard realtime. There are no strict guarantees, and a single
large object is processed in whole.

Python also processes large objects in whole.

-- 
   __("<         Marcin Kowalczyk
   \__/       [EMAIL PROTECTED]
    ^^     http://qrnik.knm.org.pl/~qrczak/
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to