[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Gil/threading in python
- To: Bill Bruns <http://profiles.yahoo.com/billbruns>
- Subject: Re: Gil/threading in python
- From: Robert <http://dummy.us.eu.org/robert>
- Date: Sat, 29 Sep 2012 09:52:50 -0700
- Keywords: bogofilter, ifile: nonspam -4372.59721756 spam -4636.86256409 downloaded -4742.71518755 ---------, spambayes, spamprobe
Thanks. The thrust of the article is to use full processes for
multithreading. That is cumbersome at best, and highly inefficient at
worst.
I think the better solution is to use a high level language which can
support real multithreading, such as D, Go, or even Lua ('tho Lua's
support of multithreading is a bit of a hack).
> From: Bill Bruns <http://profiles.yahoo.com/billbruns>
> Date: Wed, 26 Sep 2012 11:07 -0700 (PDT)
>
> I'm just trying to help.
>
> Hope the article is useful.
>
> If it is not useful, perhaps it will at least be interesting.
>
> Bill