Hacker News new | past | comments | ask | show | jobs | submit login

I just want to do something in the background without making the user wait

What's more, the strategy of just spawning a thread to do with async processing doesn't scale. Once you hit the limit of requests that a machine can process, you'll need a distributed work queue anyway. Or do Go coroutines run through some sort of managed execution queue?




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

Search: