Re: THREADS use 100 % CPU all the time

2007-04-11 Thread Gabriel Genellina
En Wed, 11 Apr 2007 08:36:57 -0300, A.B., Khalid <[EMAIL PROTECTED]> escribió: > On Apr 11, 2:38 am, [EMAIL PROTECTED] wrote: >> I have a application where I use different threads. actually all is >> working - BUT I just discovered that the [b]CPU is always 100 % [/ >> b]used. >> > You need you

Re: THREADS use 100 % CPU all the time

2007-04-11 Thread matthiasjanes
On Apr 11, 1:36 pm, "A.B., Khalid" <[EMAIL PROTECTED]> wrote: > On Apr 11, 2:38 am, [EMAIL PROTECTED] wrote: > > > > > Hi all, > > > I have a application where I use different threads. actually all is > > working - BUT I just discovered that the [b]CPU is always 100 % [/ > > b]used. > > > on the 32

Re: THREADS use 100 % CPU all the time

2007-04-11 Thread A.B., Khalid
On Apr 11, 2:38 am, [EMAIL PROTECTED] wrote: > Hi all, > > I have a application where I use different threads. actually all is > working - BUT I just discovered that the [b]CPU is always 100 % [/ > b]used. > > on the 32-bit machine athlon XP, as well as on the amd 64-bit AMD > Athlon(TM) 64 X2 Dual

Re: THREADS use 100 % CPU all the time

2007-04-11 Thread Thomas Krüger
[EMAIL PROTECTED] schrieb: > while (True): > pass > Does anyone know how to run this without consuming all CPU. Your while loop is taking all the CPU time. Thomas -- sinature: http://nospam.nowire.org/signature_usenet.png -- http://mail.python.org/mailman/listinfo/python-list

THREADS use 100 % CPU all the time

2007-04-11 Thread matthiasjanes
Hi all, I have a application where I use different threads. actually all is working - BUT I just discovered that the [b]CPU is always 100 % [/ b]used. on the 32-bit machine athlon XP, as well as on the amd 64-bit AMD Athlon(TM) 64 X2 Dual-Core. I have to admit I'm not used to threads. I actually