On Mon, 6 Nov 2000, therapy wrote:
> > > within native threads the fork mechanism is not used. > [...] > is no need to copy parent process pages, cause all > threads are allowed (and have) to operate on the same copy. > > man clone Yeap, it's much more clear now after reading this manpage, thanx a lot ! clone() is one of the function I've forgotten ;)