I have a server with multiple cores that is supposed to run pgBouncer (1.7).
It's working pretty well, but it utilises only one CPU core. I get pretty high latency values when I do a load test with pgbench, emulating several clients (27 ms without pgBouncer, and 62 ms with pgBouncer).
How can I make pgBouncer use all available CPU cores?