[Info-vax] Looking into C-include files on VMS
MetaEd
metaed at gmail.com
Tue Nov 10 00:49:01 EST 2009
On Nov 9, 11:38 pm, Paul Raulerson <p... at raulersons.com> wrote:
> Eh yeah, but with qualifications. The data space is not copied until
> some changes are made. If the forked program does not make changes,
> no new data space. ;)
New data space: necessary. Copying from old data space to new data
space: on demand (copy on write) rather than allocating all new pages
for the new data space.
More information about the Info-vax
mailing list