Skip to content

CaptChrisD/global_process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Global Process

Largely a clone of Highlander. This repo adds additional functionality to Highlander and to help prevent confusion this implimentation was given a new name.

Ensures there is only a single instance of your process running in an Erlang Cluster*. Global Process relies heavily on Erlang's :global to keep track of processes. Additionally, you can terminate a process -- transient or temporary -- for one off tasks that you want to ensure run but then clean themselves up.

About

Run a single process in your Erlang cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages