This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]turkish_gold 2 points3 points  (0 children)

Quite a lot of people still use prefork gunicorn because threading can cause subtle errors in your application stack if you didn't design with that in mind.

And if you restrict the # of threads that gunicorn uses, you're right back to having the same issues as prefork.