Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Milestone-Release-Post-1.2
New issue 1987 by [email protected]: Support large digital objects upload
http://code.google.com/p/qubit-toolkit/issues/detail?id=1987
Qubit 1.1 has a maximum file upload limit that is namely due to the basic
design that relies on a single web server to handle all the file processing.
A full-redesign should consider two aspects:
- Do as much offline as possible (see
http://www.slideshare.net/carsonified/steve-huffman-lessons-learned-while-at-redditcom).
Ideally this would be abstracted using a queue approach, but at least using
a service-oriented API for a 2.0 design would give us the potential to get
there.
- HTTP/Flash uploads work for small/occasional imports, but a "loading
dock" style with a more intelligent transfer system is required for users
doing massive uploads.
--
You received this message because you are subscribed to the Google Groups "Qubit
Toolkit Issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-issues?hl=en.