Re: How to persist and query a hash lookup in memory with Perl ?
- From: xhoster@xxxxxxxxx
- Date: 29 Nov 2007 17:47:19 GMT
jackposemsky@xxxxxxxxx wrote:
On Nov 28, 6:37 pm, Gunnar Hjalmarsson <nore...@xxxxxxxxx> wrote:
Jack wrote:
Hi I have a web application that needs to on an adhoc basis query a
hash lookup which should be persisted in memory - I have seen this
module "Persistent::Memory - A Persistent Class implemented using
Memory (RAM)" but I wanted to see if there was a much simpler
approach to taking a hash map and making it 'callable' while
persisted in memory using standard features not requiring a special
Perl module install..
Any thoughts would be appreciated.
Why not a tied hash? See e.g. "perldoc DB_File".
Hi and thank you however that looks too complex - just trying to put a
hash in memory, why is that so hard to do ? Is there a simpler way ?
If you aren't willing to install modules and you aren't willing to use the
ones that are (often) standard, then I guess the next option would be to
hire someone who is willing to do one of those things.
Xho
--
-------------------- http://NewsReader.Com/ --------------------
The costs of publication of this article were defrayed in part by the
payment of page charges. This article must therefore be hereby marked
advertisement in accordance with 18 U.S.C. Section 1734 solely to indicate
this fact.
.
- References:
- How to persist and query a hash lookup in memory with Perl ?
- From: Jack
- Re: How to persist and query a hash lookup in memory with Perl ?
- From: Gunnar Hjalmarsson
- Re: How to persist and query a hash lookup in memory with Perl ?
- From: jackposemsky
- How to persist and query a hash lookup in memory with Perl ?
- Prev by Date: Re: How to persist and query a hash lookup in memory with Perl ?
- 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: Re: How to persist and query a hash lookup in memory with Perl ?
- Index(es):
Relevant Pages
|