Skip to content

voidlock/ets_mgr

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ets_mgr

Keep you ETS tables safe!

ets_mgr is simple gen_server that wraps some of the ETS interface. When tables are constructed through the manager API it will automatically declare itself as the heir to that table. If your calling process ever dies your data is safe and can be retrieved when your process is restarted.

Credits

Inspired by http://steve.vinoski.net/blog/2011/03/23/dont-lose-your-ets-tables/

About

Keep you ETS tables safe!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Erlang 99.0%
  • Makefile 1.0%