
Anonymous
Anonymous
Oct 18, 2001, 3:40 PM
Post #1 of 3
(14352 views)
|
I need a program that generates n test records to a dbm hash. The data in the records need not be unique, but the key must be. Key Data 1 111111111 2 222222222 3 333333333 . . . n nnnnnnnnn -The program should ask the user for the value of n. -The program should close and reopen the hash file and then do n retrievals of the first and last records on the file and then print the first and last data and keys once as a debug. -It should also print the time taken for the process. The program is essentially a test program to allow you to see how fast the server is.
|