-
Notifications
You must be signed in to change notification settings - Fork 0
averyj/sequence_server
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published