Hi pedro, Thanks for you reply! Actually, I want to keep running some process in the back goround and allow user to interact with Forms (User Interface) at the same time.
I wonder if any of the solutions that you have suggested is suitable for this approach! Thanks, Keyur Palm OS 5 is multithread in a very loww OS level but it is MONOTHREAD for a user application: However you can simulate a relative multithread: * by using alarms, the problem is that the finest alarm granularity is 1 second. I don't know if that suits you * by enabling socket notifications if your application uses sockets. This way, your thread does not care about reading socket. It is an OS internal thread who does it. Pedro URIA-RECIO R&D Engineer - France Telecom R&D (FTR&D/DMR/SRS) Satellite Services and Networks Laboratory 38-40 rue du G�n�ral Leclerc, 92794 Issy-Les-Moulineaux Cedex 9 FRANCE T�l: +33 (0) 1 45 29 66 98 Fax: +33 (0) 1 45 29 45 34 E-mail: [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
