Even PalmOS 5.0 will not have native APIs for multithreading, like PocketPC's "CreateProcess()" API. For multithreaded applications, the only options I see are:
* Write your own threading library * Work with an existing threading library I 'm interested in the latter. Does anyone know of any good threading libraries for Palm? Preferably one for use with C/C++. Here's what I've found thus far: 1) Develop in Java, and leverage the Java.lang.thread package. Usually a Green threads implementation. 2) CoordTask (please see http://www.deepnettech.com/coordtask.html ). C libraries for threading, no support for synchronized objects it appears. CoordTask seems like a nice implementation, and has been around for a while. Are there any others (perhaps commercial? Or those built into PalmOS RADs like CASL?) that I have overlooked? Thanks very much for your time. -Jeff Ishaq jeffDOTishaqATuvmDOTedu -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
