18 May
2004
18 May
'04
9:19 p.m.
Note that Python (and therefore Zope) usually cannot use multiprocessor systems efficiently. This is because in a multi-threaded Python application at most one thread can execute Python code -- even on a multiprocessor system.
Is this planned to be fixed in Python in the near future? Tim