Hi,
In message "[ruby-talk:11815] problems with DBM module"
on 01/03/01, Eric Sven Ristad <ristad / mnemonic.com> writes:
|1. DBM module is inconsistent with Ruby design
might be. let me consider this.
|2. When I try to store a large value (eg., 6kb) in a DBM object,
| I get the following error:
I think this is a limitation of your DBM. every dbm implementation
has its limitation of size/performance. use better one (gdbm, db) if
possible.
matz.