Re: Minimal persistent storage for a webapp

2011-11-26 Thread Konstantin Kolinko
2011/11/26 Benson Margulies : > On Fri, Nov 25, 2011 at 4:36 PM, Konstantin Kolinko > wrote: >> 2011/11/26 Benson Margulies : >>> >>> In a web application, I'd like to store a bit of data without >>> configuring a database, or, indeed anything that has to be edited into >>> an XML file or typed in

Re: Minimal persistent storage for a webapp

2011-11-25 Thread Benson Margulies
On Fri, Nov 25, 2011 at 4:36 PM, Konstantin Kolinko wrote: > 2011/11/26 Benson Margulies : >> I'm fairly certain that I know the answer to the question here, but I >> want to pose it just in case I've missed something. >> >> In a web application, I'd like to store a bit of data without >> configur

Re: Minimal persistent storage for a webapp

2011-11-25 Thread Konstantin Kolinko
2011/11/26 Benson Margulies : > I'm fairly certain that I know the answer to the question here, but I > want to pose it just in case I've missed something. > > In a web application, I'd like to store a bit of data without > configuring a database, or, indeed anything that has to be edited into > an