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

Load open files (read) from cloud #62

Open
paulrho opened this issue May 17, 2019 · 2 comments
Open

Load open files (read) from cloud #62

paulrho opened this issue May 17, 2019 · 2 comments

Comments

@paulrho
Copy link
Owner

paulrho commented May 17, 2019

No description provided.

@paulrho
Copy link
Owner Author

paulrho commented May 17, 2019

Allow OPEN of files that are on the cloud.
Read implemented first.
Perhaps the whole file should be read into memory or onto disk first.

@paulrho
Copy link
Owner Author

paulrho commented May 18, 2019

A possible implementation:
flag on "cloud/web" version is_remote_open
very first step on OPEN is to read to local file (put .cache suffix on it)
all ops on local file
as the CLOSE (including program shutdown (maybe even program break) -
for write, save whole cache file to remote file.

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

No branches or pull requests

1 participant