Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!mnetor!seismo!ll-xn!nike!jordan From: jordan@nike.UUCP Newsgroups: net.unix-wizards Subject: Re: 'dbm' hash table software Message-ID: <385@nike.UUCP> Date: Wed, 16-Jul-86 14:08:13 EDT Article-I.D.: nike.385 Posted: Wed Jul 16 14:08:13 1986 Date-Received: Wed, 16-Jul-86 22:46:41 EDT References: <5728@think.COM> Reply-To: jordan@nike.UUCP (Jordan Hayes) Organization: NASA Ames Research Center, Moffett Field, CA Lines: 11 The reason I am suspicious is that after creating a large hash table and apparently not getting any errors, certain entries in the database don't exist, for no reason I understand. dbm was a hack to get 4.2 out the door -- 4.3 has a new implementation that does the right thing (i.e., dbm_open() returns a DBM *) and the size restriction was raised to 4096 bytes ... however, I think there are still some inconsistancies in the man page. /jordan