Fork of a Different Color

cottrell at nbs-vms.ARPA cottrell at nbs-vms.ARPA
Tue Aug 20 08:36:19 AEST 1985


/*




What If Department: What if a different kind (color) of fork was defined
to *not* duplicate either text or data, but only stack? This would
eliminate (partially) the need for memory sharing as each process would
share global vars, while keeping auto vars (including fn args) local to
each process. This is not a new idea; UNIVAC (oops, Sperry) EXEC 8, does
this with it's fork call, and calls the processes `activities'. What if
UNIX (tm TPC) had this feature? What If?

	jim		cottrell at nbs
*/
------



More information about the Comp.unix.wizards mailing list