• 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
Main Thread UI and Detached Thread
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Main Thread UI and Detached Thread


  • Subject: Main Thread UI and Detached Thread
  • From: Mike <email@hidden>
  • Date: Sun, 30 Mar 2008 11:55:29 -0700

I have all my UI running on my app's main thread. I have a worker thread that I detach with detachNewThreadSelector:toTarget:withObject: (my worker thread).

In my worker thread I do a tight processing loop and one of the things I do in the loop is call two methods in the main thread to update the display (a text message and progress bar) - via performSelectorOnMainThread:withObject:waitUntilDone:modes.

However, when the loop runs in the spawned thread, the display doesn't get updated. If I insert a sleep(1) call into the loop, then the display updates.

Why doesn't the main thread process the changes to the UI unless I call sleep? I thought the whole idea of using a separate thread was so that the main thread could continue to run on its own?

Thanks,

Mike



_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • RE: Main Thread UI and Detached Thread
      • From: Andy Klepack <email@hidden>
    • Re: Main Thread UI and Detached Thread
      • From: "Hank Heijink (Mailinglists)" <email@hidden>
    • Re: Main Thread UI and Detached Thread
      • From: j o a r <email@hidden>
  • Prev by Date: Question on bitmap fonts
  • Next by Date: Re: Main Thread UI and Detached Thread
  • Previous by thread: Re: Question on bitmap fonts
  • Next by thread: Re: Main Thread UI and Detached Thread
  • Index(es):
    • Date
    • Thread