From 4a28afdf7a6b193942f180862d443a7d818c5789 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 28 May 2012 04:39:28 +0000 Subject: Database support optimizations. Use PgBouncer to pool connections. Track and manage WAL archives to optimize space and speed up database replication setup. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1343139 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/INSTALL | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sca-cpp/trunk/INSTALL') diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL index 97cc13e156..50ae0f30b3 100644 --- a/sca-cpp/trunk/INSTALL +++ b/sca-cpp/trunk/INSTALL @@ -149,6 +149,7 @@ Google LevelDB 1.2 (http://code.google.com/p/leveldb/) SQL database: PostgreSQL 9.1.2 (http://www.postgresql.org/) +PgBouncer 1.5 (http://wiki.postgresql.org/wiki/PgBouncer) Logging: Facebook Scribe 2.2 (http://github.com/facebook/scribe/downloads) @@ -197,7 +198,7 @@ Vysper if you want to run the tests with a local Vysper XMPP server): To build the Log utility component (requires Facebook Scribe and Apache Thrift): --enable-log -To build the SQL Database utility component (requires PostgreSQL): +To build the SQL Database utility component (requires PostgreSQL and PgBouncer): --enable-sqldb To build the Web service utility component (requires Apache Axis2/C): @@ -247,6 +248,7 @@ dependencies installed under $build: --enable-chat --with-libstrophe=$build/libstrophe-bin \ --with-vysper=$build/vysper-0.5 \ --enable-sqldb --with-pgsql=$build/postgresql-9.1.2-bin \ +--with-pgbouncer=$build/pgbouncer-1.5-bin \ --enable-log --with-thrift=$build/thrift-0.2.0-bin \ --with-scribe=$build/scribe-2.2-bin \ --enable-openid --with-mod-auth-openid=$build/mod-auth-openid-bin \ -- cgit v1.2.3