Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I prefer async big time. We once had to implement async routines while using flask, where the server would return a 200 but keep processing the request, and the actual result would be sent by email. It was hellish and inefficient to make it. In hindsight would have been better to use a queue service and a consumer and decouple the whole process, even if it meant increased infrastructure and maintenance complexity.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: