-
Notifications
You must be signed in to change notification settings - Fork 3
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
Serving files from Slivka #41
Comments
Two distinct endpoints can be created for uploading/listing files e.g. /files or /tasks/{id}/files and for downloading file contents e.g. /media. |
Setting |
Required mod_xsendfile for Apache |
We need to find a way to serve created data files from the server that will not cause the entire system to block. Serving files by Slivka app make one thread unavailable for further request processing while the file is being downloaded.
The text was updated successfully, but these errors were encountered: