in reply to Re: best dbm for small dictionaries? write locking or concurrency needed
in thread best dbm for small dictionaries? write locking or concurrency needed

The problem is that some programs get run frequently and some infrequently. I'd have to prune at a certain length, but the last 50k lines of output might be dominated by a single program. I guess I could prune using "uniq" to coalesce similar lines together.... not exactly what I wanted, however.
  • Comment on Re^2: best dbm for small dictionaries? write locking or concurrency needed