Skip to content

A simple erlang gen server for generating sequence numbers.

Notifications You must be signed in to change notification settings

averyj/sequence_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple gen_server to generate sequence numbers. 

Just build it (erl -make) then use sequence_server:get_sequence(key) where key can be any value. If the row doesn't exist for that value it will create it and return the first sequence number. It uses mnesia for the backing store with disc_copies.

About

A simple erlang gen server for generating sequence numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages