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

Native support for cloud #18

Open
alecandido opened this issue Apr 17, 2024 · 0 comments
Open

Native support for cloud #18

alecandido opened this issue Apr 17, 2024 · 0 comments

Comments

@alecandido
Copy link
Member

Currently, the backends' infrastructure hard-codes the assumption that the client and server are running on the same machine.

Despite an executable on the same machine will always be required to spawn the backend (to absolutely avoid adding backends details into qibo-core), in principle that executable could launch the actual backend on a different machine, and then quit, just returning the address of the true server to the client.

This type of server could be directly supported by qibo-core itself (and partly they have to, because otherwise all clients will look in the same place, i.e. localhost).

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