On Sun, Nov 19, 2000 at 07:58:00AM -0800, Steve Mann wrote:
> >Anyone any ldea lf the Palm is able to handle multitasking and if it is
> >possible to program threads?
> 
> No and no. You should be able to find more details in the Palm 
> Knowledge Base on in the developer section of the Palm web site.

Actually yes and no - they use AMX which is multitasking, but no, you
can't use them yourself apparently due to a licensing thing where they
can't let you talk to AMX directly, and/or just certain features - the
kernel was built with N threads/tasks and Palm uses every one in the
OS.  If you licensed PalmOS itself, AND AMX (www.kadak.com which I
think is a $5k license that includes source) you might be able to do
something.

That said, there is limited interrupt and multitasking available.  The
Serial driver allows you into the interrupt level.  If you do the
event loop, you can build a task manager around it (actually it is
supposed to be event driven, so is a different paradigm, but most
"multitasking" can be mapped into event handling - I have a MIDI
sequencer which has to work like this).


-- 
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