» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with concurrency + User:jeyrb

[from rozza] StacklessExamples - stacklessexamples - Google Code - Introduction to Stackless Examples

Stackless Python is an enhanced version of the Python programming language. It allows programmers to reap the benefits of thread-based programming without the performance and complexity problems associated with conventional threads. The microthreads that Stackless adds to Python are a cheap and lightweight convenience which can if used properly, give the following benefits: * Improved program structure. * More readable code. * Increased programmer productivity.

User:jeyrb: jey's network's del.icio.us bookmarks

[from jaz] Alex Miller - Documenting thread safety

In general, it’s wise when designing a class to consider the state in the class and determine if each piece needs to be protected and how.

User:jeyrb: jey's network's del.icio.us bookmarks

[from chimezie] python-safethread - Google Code

"python-safethread is a large modification of CPython intended to provide safe, easy, and scalable concurrency mechanisms. It focuses on local concurrency, not distributed or parallel programs."

User:jeyrb: jey's network's del.icio.us bookmarks

[from chimezie] ASPN : Python Cookbook : Submit multiple concurrent batch jobs, with flexible throttling and timing.

"Submit a series of batch commands (as expected by the os.system() function). Each will be submitted in a separate python thread, but will be a separate process, hence will take advantage of multi-core cpu's."

User:jeyrb: jey's network's del.icio.us bookmarks

Page 1 | Next >>