elixirprocess

New supervisor for Elixir – SuperWorker

New supervisor for Elixir – SuperWorker

(still updating) Intro Supervisor in Elixir (& Erlang) is one of interesting features of language. For legacy use case it's enough, but it's still limited feature for us. Based on process monitoring & linked feature of language (I have explain in this topic) we created a new supervisor for support more common case & more convenience. Supervisor is target to easy to use, better for multi purposes. Supervisor's features In one of supervisor we support: Group of processes Chain of processes Standalone processes Support partition for scalable system Just need one supervisor in application and can add child in application…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.