Today's Slashdot
(http://slashdot.org/articles/05/01/07/158236.shtml?tid=137) points to:
"The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in
Software" by Herb Sutter at
"http://www.gotw.ca/publications/concurrency-ddj.htm".
Is Python a suitable language for concurrent programming? Should Python
be a good language for concurrent programming? Python nicely satisfies
several user needs now including teaching beginners, scripting,
algorithm development, non time-critical code, and wrapping libraries.
Which of these users will be needing concurrency? What is the state of
programming theory for concurrency?
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
- Re: [Python-Dev] Concurrency and Python Edward C. Jones
- Re: [Python-Dev] Concurrency and Python James Y Knight