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

c++ - list<myClass<int> * > sort -

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

java - why am i getting a "cannot resolve method" error on getApplication? -