18 May
2004
18 May
'04
10:26 p.m.
On Tue, May 18, 2004 at 11:19:25PM +0200, Tim Terleg?rd wrote:
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?
No. ZEO makes it trivial to use multiple processes instead. Don't worry about it. http://blog.colorstudy.com/ianb/weblog/2003/10/31.html -- Paul Winkler http://www.slinkp.com