lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Sun, 14 Feb 2010, Alexander Gladysh wrote:

"Yes, but we have threads!"

Yes, they do. But we don't need them!

Last time I looked at Python the interpreter used a single lock to make sure that no two threads could be running inside the interpreter at the same time. Python supports threads by serializing them. That helps with using blocking system calls but not with performance.

Gé

--
--
Gé Weijers <ge@weijers.org>