On 10 Aug, 12:01, "Justin T." <jmtull...@gmail.com> wrote:
>
> While I don't pretend to be an authority on the subject, a few days of
> research has lead me to believe that a discussion needs to be started
> (or continued) on the state and direction of multi-threading python.
>
> Python is not multi-threading friendly.
Yes it is: Jython and IronPython support free threading; CPython,
however, does not. Meanwhile, take a look at this page for different
flavours of alternative solutions:
http://wiki.python.org/moin/ParallelProcessing
Paul