Re: IPC::ShareLite and garbage collection

2000-01-11 Thread Sam Tregar
On Tue, 11 Jan 2000, Dave Hodson wrote: > I'm trying to implement IPC::ShareLite on a Red Hat Linux box. I've > successfully stored/fetched the data I want between proc's, and am now > attempting to "clean up" once the httpd is killed/restarted. > > Anyone has a good suggestion on how to do this

Re: IPC::ShareLite and garbage collection

2000-01-11 Thread Mark Doyle
> From: "Dave Hodson" <[EMAIL PROTECTED]> > Date: 2000-01-11 09:12:32 -0500 > I'm trying to implement IPC::ShareLite on a Red Hat Linux box. I've > successfully stored/fetched the data I want between proc's, and am now > attempting to "clean up" once the httpd is killed/restarted. > > Anyone has

Re: :ShareLite and garbage collection

2000-01-11 Thread Jeffrey W. Baker
Ian Mahuron wrote: > > Does linux have ipcs, ipcrm, etc. for listing/killing IPC resources? Yes.

RE: :ShareLite and garbage collection

2000-01-11 Thread Ian Mahuron
Sent: Tuesday, January 11, 2000 9:13 AM To: [EMAIL PROTECTED] Subject: IPC::ShareLite and garbage collection I'm trying to implement IPC::ShareLite on a Red Hat Linux box. I've successfully stored/fetched the data I want between proc's, and am now attempting to "clean up&

IPC::ShareLite and garbage collection

2000-01-11 Thread Dave Hodson
I'm trying to implement IPC::ShareLite on a Red Hat Linux box. I've successfully stored/fetched the data I want between proc's, and am now attempting to "clean up" once the httpd is killed/restarted. Anyone has a good suggestion on how to do this? The POD for ShareLite doesn't address this topic.