Ok it looks like if I also want to extend support for uploading via HTML 
forms that I am better off using MultiPartParser and FormParser together 
instead of FileUploadParser although the same performance question remains. 

On Tuesday, 2 August 2016 10:16:31 UTC-7, Bob wrote:
>
> I am looking into using FileUploadParser for a REST API to handle file 
> uploads but I would like to know if anyone knows how well it performs when 
> there could be many connections with large files being uploaded like over 
> 40+MB. Is this single threaded and will block until a file is uploaded in 
> its entirety or is there a way to make this multi-threaded and is this API 
> thread safe? Any insights will be much appreciated.
>
> Thanks,
> Bob
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to