On 29/11/04 16:07 +0530, Joshua N Pritikin wrote: > On Mon, 2004-11-29 at 01:59 -0800, Brian Ingerson wrote: > > FYI, the basic purpose of this plugin is to only render external links, > > if they show up in a whitelist. Most of the code in dbm_update is to > > sync a flatfile whitelist with a DBM version of the same content. That > > way you can just edit a simple file, but the lookups will be fast. > > Sounds useful, but Why DBM? If the database changes infrequently then > why not use CDB?
1) I'd never heard of CDB B) DBM is fairly standard stuff III) IO::All doesn't support CDB yet :p CDB looks like a decent way to go for this. Thanks for the tip. I doubt this will get near the top of my todo list any time soon, but it's good to know about it. Cheers, Brian
