, 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
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.