irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
305 stars 36 forks source link

Differences between Pyro4 and Pyro5 #29

Closed wtgee closed 4 years ago

wtgee commented 4 years ago

Pyro4 page states: "Pyro5: https://pyro5.readthedocs.io New code should strongly consider using Pyro5 unless a feature of Pyro4 is strictly required" but I can't seem to find a list of the differences or advantages.

It's non-trivial to upgrade (at the very least in terms of project planning and developer time) so we need some way to evaluate whether that is worth the upgrade at this point. Our code is not complete, so we need to do new development, but we do have quite a bit existing with Pyro4 already.

wtgee commented 4 years ago

Sorry, found it here https://pyro5.readthedocs.io/en/latest/intro.html#what-has-been-changed-since-pyro4