Linked by Eugenia Loli-Queru on Mon 23rd Oct 2006 10:44 UTC
Thread beginning with comment 174121
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.





Member since:
2006-03-11
Not to mention that binary-based centralized registry can be extremely difficult to clean up. Take MS Windows' registry hive for example: after installing and uninstalling one or two dozens of applications, the registry almost always becomes a major mayhem of entangled useless garbage, which in turn may compromise system performance.
), but it's in fact very easy to maintain (just fire up your-favorite-editor-here and edit & save & exit), and also quite helpful to maintain system integrity, since every app has its own separate configuration files, there's almost zero chance of unused configuration might cause system performance drop...ah, of course to many conf files might slow down fsck'ing time anyway. :-)
On the other hand, text-based, decentralized file-based configuration might seems to difficult to maintain and major cause of headache and nausea for newbies (ever tried to count number of files in /etc??