Re: dual CPU-mode in python

2006-03-05 Thread Rene Pijlman
Astan Chee: >I was wondering if there is a way to maximize CPU usage Fork a Java app :-) -- René Pijlman -- http://mail.python.org/mailman/listinfo/python-list

Re: dual CPU-mode in python

2006-03-05 Thread Fredrik Lundh
Astan Chee wrote: > I have a python script which i convert to an executeable (using py2exe) > and on a dual-cpu machine seems to be taking only 50% (1cpu) only. I was > wondering if there is a way to maximize CPU usage without forking the > function? it depends on what your script is doing. the

Re: dual CPU-mode in python

2006-03-05 Thread Steve Holden
Astan Chee wrote: > Hi, > I have a python script which i convert to an executeable (using py2exe) > and on a dual-cpu machine seems to be taking only 50% (1cpu) only. I was > wondering if there is a way to maximize CPU usage without forking the > function? > Thanks Python has a global interpret

dual CPU-mode in python

2006-03-05 Thread Astan Chee
Hi, I have a python script which i convert to an executeable (using py2exe) and on a dual-cpu machine seems to be taking only 50% (1cpu) only. I was wondering if there is a way to maximize CPU usage without forking the function? Thanks -- http://mail.python.org/mailman/listinfo/python-list