The future of Python web services looks GIL-free

41 points by gi0baro


pm

All these years past and it still puzzles me why people have this weird fetiche of fiddling around with asynchronous Io manually with confusing semantics.

What exactly is the problem por writing synchronous applications with wsgi and deploy them to web server than handles concurrency asynchronously? Nginx, eventlet, decent, etc.