[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pfork()
Jo Even Skarstein <joska@nuts.edu> writes:
|> I guess this is a stupid question, but if it's so that Pfork gives the new
|> process a *copy* of the DATA and BSS segments, why doesn't the
|> AES/VDI-bindings get a new copy of their global arrays?
They do, but the AES/VDI still does not know anything about the split.
Thus they will behave as if the two forked processes are one and the same.
--
Andreas Schwab "And now for something
schwab@issan.informatik.uni-dortmund.de completely different"
schwab@gnu.org
- References:
- Pfork()
- From: Jo Even Skarstein <joska@nuts.edu>