Hacker News new | ask | show | jobs
by TheCoelacanth 2750 days ago
Aren't those orthogonal concerns? A connection pool lets you share the same connection across multiple threads of execution. Async lets you share the same thread of execution across multiple actions waiting for IO to happen. For the best performance, you want both.