Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity
| От | Halley Pacheco de Oliveira |
|---|---|
| Тема | Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity |
| Дата | |
| Msg-id | 20050727123509.88241.qmail@web52709.mail.yahoo.com обсуждение исходный текст |
| Ответ на | Re: PostgreSQL 8.0.3 Documentation - Chapter 23. Monitoring Database Activity (Alvaro Herrera <alvherre@alvh.no-ip.org>) |
| Список | pgsql-docs |
--- Alvaro Herrera <alvherre@alvh.no-ip.org> escreveu: > > Hmm, seems a very similar thing can be had in Postgres by means of > pgpool. > You're right. Using a JDBC connection pool to cache database connections, reuse physical connections and minimize expensive operations in the creation and closing of database sessions (1), or pgpool that is a connection pool server for PostgreSQL (2), the overhead of create a server process for each new connection almost disappears. It will only be necessary one connection pool for each database accessed, and pgpool will make a new connection if there's no user name and database name pair yet. Once more the middle tier simplifies the database operation. Regards, Halley (1) http://www.oracle.com/technology/sample_code/tech/java/sqlj_jdbc/files/9i_jdbc/OCIMidAuthSample/Readme.html (2) http://pgpool.projects.postgresql.org/ __________________________________________________ Converse com seus amigos em tempo real com o Yahoo! Messenger http://br.download.yahoo.com/messenger/
В списке pgsql-docs по дате отправления: