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

Allow a Server to expose multiple Services #548

Open
filip-komarzyniec opened this issue Nov 11, 2023 · 0 comments
Open

Allow a Server to expose multiple Services #548

filip-komarzyniec opened this issue Nov 11, 2023 · 0 comments

Comments

@filip-komarzyniec
Copy link

Currently:

  • A Server class allows to expose only a single Service (rpyc.utils.server.Server(service,..)

I suppose that with a Service- and ZeroDeploy-based approach it would be much better and more flexible to allow multiple Services to be exposed by a single remote Server within a single Connection.

I am using the RPyC for remote testing and I have multiple remote resources abstracted as separate Services. I want multiple Services to be accessible from a given single remote machine without the need to create multiple remote Server instances, as my machines are usually already under significant load.

I can try implementing the idea, are there any obvious architectural/design contraindications?

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