On Sat, Mar 15, 2008 at 5:51 PM, nisha jain <[EMAIL PROTECTED]> wrote:
> I have a requierement I need to do serial communication in background and do
> processing
> simultaneously. I can do it if i have multithreaded enviornment. Please let
> me know if any
> one has used multithreaded application for N800? Does here pthreads of c can
> work?

If you don't like the pthread-interface at all, consider a
select(3)-driven approach, which might be even faster and with lower
footprint for serial communication, depending on what you are doing --
and hence more predictable.

Kind regards,
Anselm
_______________________________________________
maemo-developers mailing list
[email protected]
https://lists.maemo.org/mailman/listinfo/maemo-developers

Reply via email to