I’ve got two simple applications in django. Only running one of them, creates 47 threads on hosting server. While trying to run the second one, I’ve got already hosting error- because of threads limitations…
The question is – is it possible somehow to limit it in django application, or am I able somehow to find places in django code I’m doing something wrong??
Is it normal, that simple django operations like – login ,or db querying, or displaying output via template create 47 threads?