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 -

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

java - HTTP Status 500 - No data type for node: org.hibernate.hql.internal.ast.tree.IdentNode -