Christian Heimes <li...@cheimes.de> wrote: > >You have missed an important point. A well designed application does >neither create so many threads nor processes. The creation of a thread >or forking of a process is an expensive operation.
That actually depends on the operating system. As one example, thread creation on Windows is not all that expensive. >You should use a pool of threads or processes. Even so, this is good advise. -- Tim Roberts, t...@probo.com Providenza & Boekelheide, Inc. -- http://mail.python.org/mailman/listinfo/python-list