[Tutor] computers

Scot W. Stevenson scot@possum.in-berlin.de
Thu, 6 Jun 2002 06:46:35 +0200


Hi -=20

> It might be fun to
> practice some multi threaded Python programming with to procs.

Wait a moment. I thought that Python threads weren't really run in parall=
el=20
because of something called the Great Interpreter Lock. Wouldn't this mea=
n=20
that you can have all the processors you want, it will not make Python=20
faster?

(And, concerning another list thread here, wouldn't this be another reaso=
n=20
to use Java instead of Python?)

Y, Scot