Aziz Kezzou wrote: >Hi all, >It's probably not the right mailing list to ask but I am really >surprised about global variable sharing in a multithreaded C >application. If I remember well my multithreading course global >variables are shared between threads, right ? > > fork() is not a threading primative..