FWIW, my educated guess is that if you need threading, you should write it directly to the OS features, rather than trying to adapt another threading library. Palm OS is just too different from mainstream OSs. You can't get full access to Palm OS threads without some hard-core hacking, but sound streams give you access to a second thread with some restrictions. The Palm networking library runs partly in another thread, which addresses much of the need for threading in networked applications.
-- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
