Frustrated at Young Programmers
(ycombinator.com)
Today at work I said we should use a coroutine in the server process to handle an async query call to a db. Just launch it async and don't let it block the handler.
Today at work I said we should use a coroutine in the server process to handle an async query call to a db. Just launch it async and don't let it block the handler.