global interpreter lock

sjdevnull at yahoo.com sjdevnull at yahoo.com
Fri Aug 26 15:07:50 EDT 2005


Mike Meyer wrote:
> Bryan Olson <fakeaddress at nowhere.org> writes:
> > The issue here is whether to confuse reality with what one might
> > wish reality to be.
>
> Let's see. Reality is that writing correct programs is hard. Writing
> correct programs that use concurrency is even harder, because of the
> exponential explosion of the order that operations can happen
> in.

And dont forget:
Writing concurrent programs without protected memory between execution
contexts is even harder than with it.




More information about the Python-list mailing list