on 5/12/01 5:46 PM, Morbus Iff at [EMAIL PROTECTED] wrote:
>> I store a .stor file which is a storable dump of my XML tree. I check the
>> mtime of that against the mtime of the .xml file. Whichever is newer I
>> load that. Works fast and is very simple.
> 
> I'll certainly check it out.

The only trouble with that is that you will have a separate copy in every
child taking up 700K or more.  You can only avoid that if you restart the
server or use some kind of shared memory approach.

- Perrin

Reply via email to