#2070: Large streaming uploads
----------------------------------------+-----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: assigned | Component: Core framework
Version: SVN | Resolution:
Keywords: streaming, upload, large | Stage: Accepted
Has_patch: 1 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 1
----------------------------------------+-----------------------------------
Comment (by Michael Axiak <[EMAIL PROTECTED]>):
Alright, I tested/tweaked the patch on a few different platforms. Here are
my notes:
* '''Apache2/mod_python''': Works well. Works with #4165 and generates
pretty progress bar
* '''Apache2/mod_fastcgi''': Works well. Works with #4165 and generates
pretty progress bar
* '''Apache2/mod_scgi''': Untested.
* '''LighTTPD/mod_fastcgi''': Does '''NOT''' work. However, version 1.5
will have {{{mod_uploadprogress}}} which will provide a JSON interface
just like the one in #4165. Thus, ''using {{{mod_upgradeprogress}}} to
generate a progress bar should be a breeze. I don't have lighttpd 1.5 to
test, though''.
* '''manage.py development server''': World well. '''Progress bar does
not work''' AFAIK, the development server is singlethreaded and it will
stay that way. The progress bar is an inherently multithreaded process
(one to serve progress information, one to receive the uploaded
information).
Let me know if you have anymore problems.
--
Ticket URL: <http://code.djangoproject.com/ticket/2070#comment:127>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---