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

Hot Code Loading (Remote Class Loading) #18

Open
bitwalker opened this issue Aug 15, 2013 · 0 comments
Open

Hot Code Loading (Remote Class Loading) #18

bitwalker opened this issue Aug 15, 2013 · 0 comments

Comments

@bitwalker
Copy link
Contributor

Swarm requires that every Swarm node be running the same codebase.

I think this can be achieved by hooking into the JVM's classloader and making it retrieve packages on-demand as they are needed. This concept is inspired by the Zero Install package management system.

This would probably involve having some kind of public crypto key in the package name as a unique identifier - eg: package swarm.bR781Z1h7.wombat.3.0

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

No branches or pull requests

1 participant