• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UI interaction during long operation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


References: 
 >UI interaction during long operation (From: "Theodore H. Smith" <email@hidden>)

  • Prev by Date: Re: UI interaction during long operation
  • Next by Date: Re: Subclassing NSDocumentController
  • Previous by thread: Re: UI interaction during long operation
  • Next by thread: Any Cocoa/Obj-c Report Engines?
  • Index(es):
    • Date
    • Thread