Re: How to persist and query a hash lookup in memory with Perl ?
- From: Ted Zlatanov <tzz@xxxxxxxxxxxx>
- Date: Thu, 29 Nov 2007 10:15:48 -0600
On Wed, 28 Nov 2007 18:22:34 -0800 (PST) Jack <jack_posemsky@xxxxxxxxx> wrote:
J> Hi I have a web application that needs to on an adhoc basis query a
J> hash lookup which should be persisted in memory - I have seen this
J> module "Persistent::Memory - A Persistent Class implemented using
J> Memory (RAM)" but I wanted to see if there was a much simpler approach
J> to taking a hash map and making it 'callable' while persisted in
J> memory using standard features not requiring a special Perl module
J> install..
Are you talking about sharing the data between several instances of your
web application, so whichever one handles a request can read or update
data?
Use a database. There are cases where this is not the right approach,
but it doesn't sound like it in yours.
Ted
.
- References:
- Prev by Date: Re: equivalent controls
- Next by Date: Re: How to persist and query a hash lookup in memory with Perl ?
- Previous by thread: Re: How to persist and query a hash lookup in memory with Perl ?
- Next by thread: equivalent controls
- Index(es):
Relevant Pages
|
|