a soft real-time system using python

Aahz aahz at pythoncraft.com
Thu Aug 1 09:23:49 EDT 2002


In article <ddc19db7.0208010135.217b551 at posting.google.com>,
Armin Steinhoff <a-steinhoff at web.de> wrote:
>
>If you are using extensively dictionaries ... Python is using then
>extensively malloc of your syetem, that means any performance issues
>of the malloc lib will be visible.

True.

>Have also in mind that blocking IO calls are blocking the _whole_
>interpreter!

False.

>Python threads are not _system level_ threads!!  

False.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Project Vote Smart: http://www.vote-smart.org/



More information about the Python-list mailing list