Re: UI interaction during long operation
Re: UI interaction during long operation
- Subject: Re: UI interaction during long operation
- From: j o a r <email@hidden>
- Date: Wed, 14 Jul 2004 15:01:07 +0200
On 2004-07-14, at 14.45, Theodore H. Smith wrote:
>
Should I be looking into threads?
Of course, this sounds like the perfect, text book, example on where
you should use threads.
>
I've heard that putting a high priority process into it's own thread
>
can speed up computation on multiple CPU computers. As long as my
>
thread won't slow the processing down!
You will only get a speed boost if you can split up the computation
into multiple separate threads, most often matching the number of CPUs
in your system.
Using threads will not slow down your processing.
j o a r
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.