Hi, Yes it does. Actually most applications that belong to OS2008 are multithreaded. This is because they use gnome-vfs, which uses threads to implement async file operations.
You can use GThread module from glib to write threaded applications. -Markku- nisha jain wrote: > Does OS2008 supports multithreading? > ---------- Forwarded message ---------- > From: nisha jain <[EMAIL PROTECTED]> > Date: Mar 15, 2008 12:51 PM > Subject: Multithreaded program for N800.. > To: [email protected] > > Hi All, > > 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? > > Let me know if i can plug some c code to acheive it? Also i know N800 has > the ARM 330Hz > processor which can support such enviornment. > > Regards, > Nisha > > > > ------------------------------------------------------------------------ > > _______________________________________________ > maemo-developers mailing list > [email protected] > https://lists.maemo.org/mailman/listinfo/maemo-developers _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
