ssssam / calliope

Playlist toolkit - MOVED, now at https://gitlab.com/samthursfield/calliope/
https://gitlab.com/samthursfield/calliope/
GNU General Public License v2.0
2 stars 0 forks source link

cache: Handle read/write contention better in GdbmCache #42

Closed ssssam closed 5 years ago

ssssam commented 5 years ago

This fixes intermittent test failures with 'Resource not available' errors. However, this cache implementation will still start to throw such errors when under heavy load. For "real world" use we will need to use something like memcached or Redis instead.