-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generalize ParameterControlServer #3
Comments
It may eventually be easier to use another external library for this:
But I'd go as far as saying that this is more than maintenance, because for that we need to rethink how multiple objects are exposed on the server side. For the long term I think this is definitely the more flexible approach. |
Well, I had RPC in mind. But on the other hand we should not forget that on the backend commands will be distributed via MPI, so it is not clear if it is possible or even makes sense to fit a generic RPC thing on top of it. |
The advantage I can see is that it seems to be completely transparent. In the MPI-case I imagine the Server:
Client:
That is, if the properties are accessible like that through RPC. Maybe this is easier to look at together in person. |
Okay, I just tested and the decorator does not seem to work like that with zerorpc. |
With |
Need:
The text was updated successfully, but these errors were encountered: