> 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