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

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

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -