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

python - Setting ctypes.Structure default values -

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

C# Apple Bonjour - how to monitor service records within Windows -