Tres Seaver <tseaver <at> palladion.com> writes:
> 
> Yup, but that's true for *any* POSIXy envirnnment, not just Python.  The
> only sane non-exec mixture is to have a single-thread parent fork, and
> restrict spawning threads to the children.

The problem is that we're advocating multiprocessing as the solution for
multiprocessor scalability. We can't just say "oh and, by the way, shouldn't use
it with several threads, hope you don't mind".


Antoine.


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to