On Jan 30, 2008, at 12:27, James Sentman wrote:
>
>
> So what sort of situations do you use threads for?
>
My Simple Cataloger app actually uses a subclassed thread for the
cataloger engine. Doing so frees up the rest of the interface for
updating the status log, allowing the user to cancel the cataloger
itself, and I get better performance out of the engine itself.
I've also written a small MIDI editor that uses another subclassed
thread for playing the music. Again, it frees up the interface so that
the user can make edits to notes while the player engine is looping.
HTH
--
Philip Regan
http://www.oatmealandcoffee.com
Mac OS 10.5.1, RB2k7r4
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>
|