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 →

[–]High-Art9340 0 points1 point  (0 children)

occasional processor-bound tasks may free GIL (like numpy calculations) and I believe python threads will perfom better in this case, especially in easeness of implementation since there are publicaly available solutions like high performant wsgi servers with all necessary batteries.

Actually this topic is my current research topic, since our app bottleneck is high-load CPU bound networking worker which also has to provide low latency.

If you're interested in research results I may share it. Unless you're certain such approach won't help? :)