Hi > processing in some other application, my application > shld continue recving and sending data. Is it possible > on Palm OS 5.0.
AFAIK officially multithreading is unaccessible from developer's perspective. Tell me I'm wrong :) > Can somebody please give me some tips as to how to > achieve this. As i remember the moment an appStopEvent What you can do is imitate background processing. Leave the network connection alive passing false to NetLibClose on application exit (close sockets though) and do invisible processing when application starts (that's what splash screens are for ;-)). Quite silly, I know, but looks good :) Lukasz -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
