Re: IPC::SharedCache - proposal

2000-01-10 Thread Tim Bunce
On Mon, Jan 10, 2000 at 12:22:37PM -0500, Sam Tregar wrote: > On Mon, 10 Jan 2000, Tim Bunce wrote: > > > A TIEHASH interface would make sense. > > Perhaps. How would a user specify the callback procedures with a TIEHASH > interface? Special keys, maybe? Add args to the tie() call, just like

Re: IPC::SharedCache - proposal

2000-01-10 Thread Sam Tregar
On Mon, 10 Jan 2000, Tim Bunce wrote: > A TIEHASH interface would make sense. Perhaps. How would a user specify the callback procedures with a TIEHASH interface? Special keys, maybe? > p.s. Does IPC::ShareLite work on Win32? Not that I know of, unless Win32 has a SysV IPC system I don't know

Re: IPC::SharedCache - proposal

2000-01-10 Thread Tim Bunce
On Sun, Jan 09, 2000 at 04:10:42PM -0500, Sam Tregar wrote: > Hello again. I'd like to propose a module - IPC::SharedCache. Recently > I've added a shared memory cache to HTML::Template using IPC::ShareLite > and Storable. This requires HTML::Template to get pretty down and dirty > with IPC::Sh

IPC::SharedCache - proposal

2000-01-09 Thread Sam Tregar
Hello again. I'd like to propose a module - IPC::SharedCache. Recently I've added a shared memory cache to HTML::Template using IPC::ShareLite and Storable. This requires HTML::Template to get pretty down and dirty with IPC::ShareLite and Storable - dealing with allocation and deallocation of I