in reply to Re^2: filesystems & Perl (updated!)
in thread filesystems & Perl

Use a database and let the many developers who created the DBMS worry about the locking and concurrency issues instead. Since you have your arbitrary limit of 300 records it can use in-memory tables too thus avoiding hammering the filesystem.