Re: dbm_store() returns -1, but no specific error is reported
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Nov 28, 2007, at 6:05 PM, Anton Rang wrote: - Jordan _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This looks like pretty old DBM code. I'm not sure I'd rely on it for larger databases. You could probably use the btree instead of hash code (using the dbopen interface) and at least get a larger file. But I'd still wonder if Apple's shipping a more up-to-date database somewhere.... Got it in one. This is VERY old DBM code with known flaws like this. Unfortunately, later DBM code has the sleepy cat "conditional license" which prohibits us from using it for lots of reasons I won't go into here, so that's the only DBM code available. There's always sqlite3... This email sent to site_archiver@lists.apple.com
participants (1)
-
Jordan K. Hubbard