Nov. 16, 2011
6:07 a.m.
Hi Jeff, As usual it depends on what kind of data and the load of your application If you can afford to 'fuel' your data after each change, go for it. That won't scale if you have a big dataset or many concurrent users. Or you can regularly serialize and save your data (every hour/day/whatever). Francois