PIL problem with biprocessor hardware

Fredrik Lundh fredrik at pythonware.com
Sat May 27 11:37:46 EDT 2006


danmcleran at yahoo.com wrote:

> oops. lost my train of thought. I was gonna say, I wonder if some of
> these image manipulation routines are using multiple threads?

PIL doesn't use threading by itself, and I know of quite a few PIL-based 
systems running on multi-processor hardware (not to mention multi-core
and hyper-threading systems).

if the posted snippet is all there is, I'd blame it on the hardware ;-)

</F>




More information about the Python-list mailing list