Re: how to use multithreading concepts in Django Rest Framework?

2019-03-12 Thread Abhinav Mehta
, Abhinav Mehta (abhi...@metarain.com) wrote: Not sure if DRF is designed for multi-threading. I believe it’s just a web-framework. Specifics like multiple-threading etc. should be better offloaded to other tools/frameworks like celery, pyspark, numpy, dask etc. If required, plug these tools

Re: how to use multithreading concepts in Django Rest Framework?

2019-03-12 Thread Abhinav Mehta
Not sure if DRF is designed for multi-threading. I believe it’s just a web-framework. Specifics like multiple-threading etc. should be better offloaded to other tools/frameworks like celery, pyspark, numpy, dask etc. If required, plug these tools/frameworks inside serializers, views, signals etc.