What kinds of things would you want in the GNU OS?

Peter da Silva peter at ficc.uu.net
Wed May 31 00:15:07 AEST 1989


In article <31965 at bu-cs.BU.EDU>, madd at bu-cs.BU.EDU (Jim Frost) writes:
> Fork causes duplication of the data area and stack area.  Thread would
> only duplicate the stack area, the data area would be shared.

An efficient version of threads would not even duplicate the stack area...
instead the child would have a virgin stack, wit its starting address
passed from the parent. It's highlt desirable to make thread creation
a cheap process.
-- 
Peter da Silva, Xenix Support, Ferranti International Controls Corporation.

Business: uunet.uu.net!ficc!peter, peter at ficc.uu.net, +1 713 274 5180.
Personal: ...!texbell!sugar!peter, peter at sugar.hackercorp.com.



More information about the Comp.unix.wizards mailing list