By bluevoodoo
via ibm.com
Submitted: Jun 05 2008 / 11:51
Threaded programming in Python can be done with a minimal amount of complexity by combining threads with Queues. This article explores using threads and queues together to create simple yet effective patterns for solving problems that require concurrency.
Add your comment