[maemo-developers] Multithreaded program for N800..
From: Anselm R Garbe anselm at aplixcorp.comDate: Sun Mar 16 16:40:22 EET 2008
- Previous message: Fwd: Multithreaded program for N800..
- Next message: libopenobex bluetotth support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Mar 15, 2008 at 5:51 PM, nisha jain <jain61 at gmail.com> 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
- Previous message: Fwd: Multithreaded program for N800..
- Next message: libopenobex bluetotth support
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]