» tagged pages
» logout

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

[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

[from chimezie] Parallel Python

"My previous post led me to this library, which appears to solve the coarse-grained parallelism problem quite elegantly."

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

[from chimezie] Parallel Python - Home

"pp is a python module which provides mechanism for parallel execution of python code on SMP (systems with multiple processors or cores) and clusters (computers connected via network)"

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