[LCP]Threads in Linux

Vincent Penquerc'h Vincent.Penquerch at artworks.co.uk
Wed Jun 26 22:19:05 UTC 2002


> question, if I don't use pthreads what can I use ? the 
> standards fork stuff ?

fork will fork processes. They have different data.
Threads have the same data. If you need to access the same
data from different processes, you'd have to do extra
work (SHM, pipes, etc....)

-- 
Vincent Penquerc'h 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.linux.org.au/pipermail/linuxcprogramming/attachments/20020626/e5827ee1/attachment.htm 


More information about the linuxCprogramming mailing list