Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pool

Multiprocessing Error With Results

I have a small problem in a big program, so I made a small example, which shows my problem: import … Read more Multiprocessing Error With Results

Threadpool And Pool For Parallel Processing

Is there a way to use both ThreadPool and Pool in python to parallelise a loop by specifying the nu… Read more Threadpool And Pool For Parallel Processing

Alternative Use Patterns For Python Multiprocessing Avoiding Proliferation Of Global State?

This (enormously simplified example) works fine (Python 2.6.6, Debian Squeeze): from multiprocessin… Read more Alternative Use Patterns For Python Multiprocessing Avoiding Proliferation Of Global State?