On Tue, 22 Jun 2010, phil prentice wrote: > Hi > Sorry if this is a stupid question, but I was wondering the type of thread > QThread uses i.e. is it "Kernel-Space Threads" or "User-Space Threads"? > > I am using Qt4.2 on Linux Uses pthreads, which are kernel threads. -gabriel