On Apr 16, 5:37 pm, sturlamolden <[EMAIL PROTECTED]> wrote: > One single process of CPython is using all the cpu power > of my dual-core laptop.
Are they stuck in a while loop, waiting for their resource to become available? Using 100% of the CPU is a bug, not a feature. If you can't rewrite your algorithm to be disk or network bound, next optimization step is C. -- http://mail.python.org/mailman/listinfo/python-list