On Mon, 2003-02-24 at 05:40, Jim Morrison [Mailing-Lists] wrote:
> Hmm.. Yes, it sounds pretty sketchy to me too!  Immediately what I am
> playing with is the idea of keeping parsed XML (XML::LibXML)in memory
> between requests.  Is this a completely barmy idea?

Caching is a good idea, but it's not possible to share objects between
Perl processes without serializing them.  Try using Cache::Mmap,
Cache::FileCache, or MLDBM::Sync.

- Perrin

Reply via email to