Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test & make sure relups can handle upgrading behaviours #2

Open
ferd opened this issue Feb 23, 2012 · 0 comments
Open

Test & make sure relups can handle upgrading behaviours #2

ferd opened this issue Feb 23, 2012 · 0 comments

Comments

@ferd
Copy link
Owner

ferd commented Feb 23, 2012

As mentioned on Line 42 of dispcount_serv and the README file, Dispcount hasn't been tested with relups.

The issue here is that the dispatcher behaviour used by dispcount is implemented by piggy-back riding a gen_server instance. In the case of a relup, OTP navigates down supervision trees to figure out what module runs what code.

Right now the list of modules contains [dispcount_serv, CallbackMod], but it is unclear if more than one module is supported, and if so, how the relup procedure will be invoked.

Testing, figuring out a good relup strategy and making sure it is properly documented should be done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant