You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chica...@googlegroups.com
Hi!
I have some gen_server and i want they be supervised by some supervisor.
In the OTP application, i will supervise them by a top_sup.
Now in ChicagoBoss, I know i should start them in priv/init/xxx.erl, But i don't know how to supervise them.
Where is my sup in ChicagoBoss? Should i create one? Or should i create an application in ChicagoBoss?
David Welton
unread,
Jul 31, 2014, 6:12:27 AM7/31/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to chica...@googlegroups.com
One idea would be to create a separate application, if it's not
tightly linked to CB. Then you could create a release with relx, and
have that be responsible for starting everything, including your other
application and its supervisors and workers. Otherwise, you could
start things in a priv/init/ script.