IPC::ShareLite

2002-01-31 Thread Rasoul Hajikhani
Folks, I have created a data structure and used IPC::ShareLite to save it in the main memeory. Can someone tell me how to look at it and destroy it. Thanks -r

Re: IPC::ShareLite

2002-01-31 Thread Sam Tregar
On Thu, 31 Jan 2002, Rasoul Hajikhani wrote: I have created a data structure and used IPC::ShareLite to save it in the main memeory. Can someone tell me how to look at it and destroy it. Your system should have a program called ipcs you can use to examine IPC shared structures (memory

IPC::ShareLite 0.07a test problems

2000-06-27 Thread Christian Gilmore
Hey, I realize this problem isn't directly mod-perl related, but I'm trying to build the most up-to-date version of perl/apache/etc to continue debugging the problem I'm having with set_handlers() (see other recent thread). I'm using IPC::Cache (which of course relies on IPC::ShareLite) within

IPC::ShareLite with 5.6

2000-03-28 Thread Paul G. Weiss
I have been unsuccessful in building IPC::ShareLite, which is used by HTML::Template under 5.6. Two problems: (1) It won't build at all w/o adding #define PERL_POLLUTE before the #include "EXTERN.h" #include "perl.h" #include "

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

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.

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