In most modern OS's, the vm implementation will use copy-on-write so that
only modified pages are copied.  Also there are optimizations so that if
you exec in a child process shortly after forking, the process will use
minimal memory.  If you stress the facility, you may encounter problems,
but it should survive normal usage, assuming your system has enough memory
available to handle the AOLserver image plus the ImageMagick image.

On Thursday, January 31, 2002, at 12:27 PM, Zoran Vasiljevic wrote:

> On Thursday 31 January 2002 17:22, you wrote:
>> OpenACS (http://openacs.org ) accesses ImageMagick using the exec
>> command.
>>
> What happens when AOLserver of 800M+  forks
> to do an "exec _whatever_" ?
> Just curious ....

Reply via email to