Hi everybody,

My application does real time data acquisition via serial port at 8
Kbytes/sec. Everything is OK so far in spite of the peripheral device has no
FIFO. I know that Palm OS is multitasking capable, but usually an
application task is running alone. Now I'm going to introduce FTP networking
functionality in my application. The network stack must be the second task
running concurrently with the application task. There should not be a
problem at all if the network activity starts past data acquisition - no
interruption of data acquisition occurs. If it stops before the new data
acquisition loop starts then OK. However my concern is that as soon as the
network stack has been activated from my application then the network task
would run concurrently forever with the active application even all data
transfer completed. In that case the following data acquisition would be
interrupted by the concurrent task, which I don't want.

Any ideas?





-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to