On 1/10/06, Andreas Jung <[EMAIL PROTECTED]> wrote:
>
>
> A single Python process also a multi-threaded Python application can never
> run on multiple CPUs.

I believe that is an overly broad statement, not necessarily true in
all cases. It really depends on the operating system's thread library
that Python implements it's thread module on top of (as documented at
http://docs.python.org/lib/module-thread.html) and how that system
threading package schedules threads on the available CPUs. The real
answer is "maybe; it depends".

Jeff D
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to