Hacker News new | ask | show | jobs
by sametmax 2906 days ago
I never seen any Python website handling upload from Python. You always delegate that to a front-facing server like nginx, then you do stuff in a task queue that calls image magic and co.

Where is Python your bottleneck in your old architecture ?