Best processor (i386) for Python performance?

Brett C. brett at python.org
Thu Aug 26 01:31:46 EDT 2004


In terms of multithreading, an I/O intensive app that is threaded can
make use of dual procs.  Otherwise threaded apps can't for technical
reasons (GIL and such but don't need to get into those details).




More information about the Python-list mailing list