Is there a problem with Django using thread locals for localization (see django.utils.translation.activate
for instance), especially when running on particular webservers?
Is it thus a limitation for the choice of servers on which a django project could run?
Btw, I am surprised to read in some places that using thread locals is not a good idea with Django when Django is already doing it by itself...
Update (re-wording to make a difference with Why is using thread locals in Django bad?):
Is the current implementation "risky" with respect to some web servers on which to run Django? And is Django going to evolve to something thread-agnostic?