dotGo 2017 - Jaime Silvela - Handling slow requests in your Go web server
Filmed at https://2017.dotgo.eu on November 6th in Paris. More talks on https://dotconferences.com/talks A common pattern when serving slow web requests is to send to a queue, such as beanstalkd, and then handle the work in async fashion. In Go we can implement a queue with channels or forget the queue idea completely. Either way, we don't need to serialize/deserialize requests any more.
November 6, 2017