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
actually share the same memory location, as long as they not write to the memory. Gerald - Original Message - From: randyboy <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sonntag, 3. Oktober 1999 23:15 Subject: using shared memory. > hi, > > so, i read all this stu

using shared memory.

1999-10-03 Thread randyboy
hi, so, i read all this stuff about using shared memory, preloading stuff to each child doesn't have it's own copy. so i went ahead and compile sysV shared memory into my kernel. however, ipcs tells me that nothing is using shared memory: server# ipcs -m Shared Memory: T