Hacker News new | ask | show | jobs
by matsemann 1179 days ago
I feel the opposite. Django is fine, but python ecosystem is the big problem. The lack of true multi threading means for even the simplest of apps you quickly need to have multiple deployments, celery workers etc to handle different kinds of workloads.
1 comments

You could argue having workers run single threaded code is a lot easier than multithreading, depending on your hiring pool.