SEL-Columbia / dokomoforms

Dokomo どこも Forms is a mobile data collection technology that doesn't suck.
http://dokomoforms.org
GNU General Public License v3.0
22 stars 23 forks source link

Data downloads should kick off file creation #239

Open vr2262 opened 7 years ago

vr2262 commented 7 years ago

Ran into an issue demonstrated by @jmbott... Trying to download all of a survey's data was taking 250 MB of RAM on the server.

It should kick off a task which generates a file served by Nginx.

vr2262 commented 7 years ago

Background:

https://stackoverflow.com/questions/31050029/generate-large-file-and-send-it http://python-tornado.narkive.com/SR5Apyws/tornado-handling-request-to-upload-large-files#post3 https://groups.google.com/forum/#!topic/python-tornado/sgadmx8Hd_s