in reply to Re: Fastest way to store and retrieve configuration information?
in thread Fastest way to store and retrieve configuration information?
Thank you for your suggestion.
From what I can tell, Storable is at least twice as fast as the XML-method I was using and I don't have to import any more large XML modules into my web app namespace, either. I like it.
Only one question now remains: is storable safe in terms of cross-platform (i.e. Linux to Mac OS X) and cross-architecture (i.e. 32-bit and 64-bit)?
I didn't see anything in the Storable POD that would indicate otherwise but I was just wondering if you knew off the top of your head.
Thing is, I'm going to want to generate the "storable" file on a 32-bit Linux server and use it on 64-bit Linux servers and Mac OS X machines.
Any thoughts?
Thanks again,
Matt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Fastest way to store and retrieve configuration information?
by GrandFather (Saint) on Nov 30, 2005 at 20:24 UTC | |
by Booger (Pilgrim) on Nov 30, 2005 at 20:39 UTC |