Re: using shared memory.

1999-10-04 Thread Tim Bunce
On Mon, Oct 04, 1999 at 12:41:45PM +0200, Stas Bekman wrote: > > Preloading has nothing todo with shared memory. The idea is to load as much > > as possible in the parent process. Now, when a child is forked, all childs > > have the same modules loaded. Since Unix only copies the memory when a wri

Re: using shared memory.

1999-10-04 Thread G.Richter
> > Preloading has nothing todo with shared memory. The idea is to load as much > > as possible in the parent process. Now, when a child is forked, all childs > > have the same modules loaded. Since Unix only copies the memory when a write > > to a memory loactaion takes place, the preloaded mod

Re: using shared memory.

1999-10-04 Thread Stas Bekman
> Preloading has nothing todo with shared memory. The idea is to load as much > as possible in the parent process. Now, when a child is forked, all childs > have the same modules loaded. Since Unix only copies the memory when a write > to a memory loactaion takes place, the preloaded modules will

Re: using shared memory.

1999-10-04 Thread G.Richter
Preloading has nothing todo with shared memory. The idea is to load as much as possible in the parent process. Now, when a child is forked, all childs have the same modules loaded. Since Unix only copies the memory when a write to a memory loactaion takes place, the preloaded modules will actually