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
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
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
[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
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