I have a gae php+sql -app
that I want to extend to generate big set of files. Php script will make 
these files from few 2 mb templates.

These files will be 100-500 mb total, and then zip them and push / return 
to user's browser, same way as google drive "zip files" seems to work, so i 
can assume that
1.  To generate such big set of files, it can't just be in the gae's ram, 
so we can save the files to Cloud Storage. I see that I can also zip files 
in cloud storage and then return this, so should not be a problem

2.  If there are 20 users generating files at the same time, we need a 
simple queue so that backend is processing some kind of job queue
what is the technique of making such a job queues and then run them with 
fifo-principle ?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/05fb7cf3-f6cf-4d17-b46f-53581ad49e91%40googlegroups.com.
  • [google-appeng... Jukka Hautakorpi
    • [google-a... 'Aref Amiri (Cloud Platform Support)' via Google App Engine

Reply via email to