Re: Shared Memory Question

2000-07-23 Thread Frederic Herman
That's exactly what I needed. Thank you. Fred Dave Reed wrote: > > > From: Frederic Herman <[EMAIL PROTECTED]> > > > > Is there a utility that I can use to determine what shared memory blocks > > have been created on a system? I specifically need to know what shared > > memory blocks have be

Re: Shared Memory Question

2000-07-23 Thread Dave Reed
> From: Frederic Herman <[EMAIL PROTECTED]> > > Is there a utility that I can use to determine what shared memory blocks > have been created on a system? I specifically need to know what shared > memory blocks have been attached to a particular process. I would then > want to determine what key

Shared Memory Question

2000-07-23 Thread Frederic Herman
Is there a utility that I can use to determine what shared memory blocks have been created on a system? I specifically need to know what shared memory blocks have been attached to a particular process. I would then want to determine what key corresponds to a shared memory block. TIA Fred --