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

Persistent Application Session #11

Open
Zubnix opened this issue May 30, 2019 · 3 comments
Open

Persistent Application Session #11

Zubnix opened this issue May 30, 2019 · 3 comments
Labels

Comments

@Zubnix
Copy link
Collaborator

Zubnix commented May 30, 2019

Currently when a user exits the compositor, all applications are destroyed. In theory it should be possible to persist all application/client related state to a database. This allows for resuming applications on login after the previous compositor has been destroyed (by ie browser exit). Another use case would be to detach a running application from one compositor and transfer it to another user's compositor in real-time.

@Zubnix Zubnix added the roadmap label May 30, 2019
@t123yh
Copy link

t123yh commented Mar 1, 2022

Thanks for your great work! I think this one is very critical for Greenfield to become a perfect remote working environment. We don't want to lose our work caused by Internet disruption or browser crash.

@cfouche3005
Copy link

Hi, any news on this feature ?
Greenfield is a great project, thank you for creating it but the non-persistent session is kind of a deal breaker for me and my use case.

@Zubnix
Copy link
Collaborator Author

Zubnix commented Sep 2, 2024

Currently no effort has been made to make state survive a disconnect from the user. It should be doable and the architecture certainly allows for it but it would require some (not so mild) refactoring in the compositor code. The compositor code would need to be split in a server-side state keeping part, and a client side (browser) part used for viewing. This, this, this and the video decoding parts of this would somehow need to run in the browser, while everything else would run on the server.

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

No branches or pull requests

3 participants