Django is thread safe. When you run in development using the devserver 
it'll be single-threaded, but when you deploy to production you can run 
multiple threads per instance. (And of course you can also scale the number 
of running processes)

-- 
You received this message because you are subscribed to the Google Groups 
"Django REST framework" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to