I just want to make it clear than sub-launches such as alarms,
notifications, and finds occur in the same thread as the main execution of
your application. Specifically, they occur when your application calls the
OS is places such as EvtGetEvent and SysHandleEvent. Therefore, you can
generally think of the Palm OS as a single thread when developing your
application. Under the hood, there are threads, and there are some rare
situations where application developers need to think about threads and
concurrency control, but this is the exception rather than the rule.
-
Peter Epstein

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to