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.
