I have a project which gets large CSV files from the user and process it in Django view with multi-threading.
I can\'t use multiprocess because the proce
multiprocess