On 8/24/05, Phillip J. Eby <[EMAIL PROTECTED]> wrote: > > I'm not sure what you mean by SQL DB, but if you mean putting the > configuration in a database, I don't see why that would be useful or > good. Similarly, I don't know what you mean by "file system". >
By sql db I meant storing configuration in a database. Which has many advantages including scaling, searching, ACID, permissions etc etc. By filesystem I mean djb, /proc/ and others style. An example for virtual hosts might be: virtual_hosts/ virtual_hosts/1/ virtual_hosts/1/name virtual_hosts/1/ip_address virtual_hosts/1/port virtual_hosts/1/directory virtual_hosts/1/access_log_path Good luck with your configurationing! _______________________________________________ Web-SIG mailing list [email protected] Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com
