We know PostgreSQL uses one dedicated server
process to serve one client connection, what we want to know is whether
PostgreSQL use multiple threads inside agents processes to take advantage of
multiple CPUs. In our site we have only a few concurrent connections, so what
occurs inside agent process is very important to us.
|