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::ShareLite and Storable - dealing with allocation and
> deallocation of IPC shared memory segments, freezing and thawing of
> references.  I'd like to abstract out the IPC::ShareLite and Storable
> interactions from HTML::Template into a new module.  I think that the
> result could be useful for a wide range of applications.

Yeap.

> Of course there are a lot of interface specifics to work out,

A TIEHASH interface would make sense.

> but I
> thought I would fire this off before I really got down to the work of
> it.  How does this sound to you?

Good.

Tim.

p.s. Does IPC::ShareLite work on Win32?

Reply via email to