Skip Menu |

This queue is for tickets about the DBM-Deep CPAN distribution.

Report information
The Basics
Id: 130395
Status: new
Priority: 0/
Queue: DBM-Deep

People
Owner: Nobody in particular
Requestors: Pascal [...] rkfd.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Fail gracefully when database hits max size
Maximum database size is determined by pack_size when the database is created. Currently, when the database gets too big it gets corrupted and programs using the database yield various random errors. It would be nice if DBM::Deep would fail gracefully when the database hits its maximum size, yielding an error message like "Database full: recreate using larger pack_size". Thank you.