multithreading - Django rest framework request handling -


how django rest framework handles request ? process based or thread model. each request 1 process start new thread or 1 process takes care of request (like happens in nodejs) based on context.

your question django , not drf. said, believe django single-threaded, thread-safe. might want have celery if interested in deferred tasks.


Comments

Popular posts from this blog

javascript - Hide toolbar of pdf file opened inside iframe using firefox -

Ansible - ERROR! the field 'hosts' is required but was not set -

Copy range with conditional formatting -