Re: I need help...

2001-07-05 Thread Olivier Poitrey
I think you can do this job easly with Apache::SharedMem. - Original Message - From: "Alberto Canzi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 1:56 PM Subject: I need help... > > Hi, I'm writing a perl module for Apach

Re: I need help...

2001-07-05 Thread darren chamberlain
Alberto Canzi <[EMAIL PROTECTED]> said something to this effect on 07/05/2001: > Hi, I'm writing a perl module for Apache, but I have this > problem: > > I need to allocate some memory that will persist for the entire > apache server's cycle of life. (That is: I need to allocate > some memory at

I need help...

2001-07-05 Thread Alberto Canzi
Hi, I'm writing a perl module for Apache, but I have this problem: I need to allocate some memory that will persist for the entire apache server's cycle of life. (That is: I need to allocate some memory at the server's start that could be read and written by my module. In other words : my modu

Re: I need help...

2001-07-05 Thread Matt Sergeant
On 05 Jul 2001 13:56:32 +0200, Alberto Canzi wrote: Hi, I'm writing a perl module for Apache, but I have this problem: I need to allocate some memory that will persist for the entire apache server's cycle of life. (That is: I need to allocate some memory at the server's s

I need help...

2001-07-05 Thread Alberto Canzi
  Hi, I'm writing a perl module for Apache, but I have this problem: I need to allocate some memory that will persist for the entire apache server's cycle of life. (That is: I need to allocate some memory at the server's start that could be read and written by my module. In other words : my modul