Andy wrote:

> Thanks guys for the suggestions.
> 
> Andy

It might be that you have to set the CPU affinity for your python process so
that it works at all. I had that problem on a dual core machine with
hyperthread enabled. Using taskset
(http://www.linuxcommand.org/man_pages/taskset1.html) helped solving the
problem:

taskset -c <CPU#> python ...

Best regards,
wr


-- 
pinkrose.dhis.org,
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to