Re: [gtk-list] what are pthreads?



John C Atkeson wrote:
> 
> 
>   <sheepish grin> I've been programming with gtk over a month now, coming
> along fine..  But I haven't figured out yet what the pthreads thing is
> about.
> 
>   Is it about multitasking?  If so, then I can really use it.

pthreads are POSIX threads, which allows multiple threads of control
within a process that share memory and other resource but otherwise
behave as their own processes.

-- 
SEGV  -  http://www.cgocable.net/~mlepage/
Features Minion real-time strategy game, RTS game programming info,
GTK+ tutorial, etc.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]