You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by js...@apache.org on 2012/03/17 20:46:47 UTC

svn commit: r1301985 - in /tuscany/sca-cpp/trunk: INSTALL README samples/loan-python/

Author: jsdelfino
Date: Sat Mar 17 19:46:47 2012
New Revision: 1301985

URL: http://svn.apache.org/viewvc?rev=1301985&view=rev
Log:
Minor cleanup of README, INSTALL, and remove an obsolete sample.

Removed:
    tuscany/sca-cpp/trunk/samples/loan-python/
Modified:
    tuscany/sca-cpp/trunk/INSTALL
    tuscany/sca-cpp/trunk/README

Modified: tuscany/sca-cpp/trunk/INSTALL
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/INSTALL?rev=1301985&r1=1301984&r2=1301985&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/INSTALL (original)
+++ tuscany/sca-cpp/trunk/INSTALL Sat Mar 17 19:46:47 2012
@@ -89,8 +89,8 @@ XML:
 libxml2-2.7.7 (http://xmlsoft.org/)
 
 CURL:
-curl-7-19-5
-libcurl4-openssl-7.19.5
+curl-7-24.0
+libcurl4-openssl-7.24.0
 
 JSON:
 Mozilla SpiderMonkey libmozjs 1.8.5 and
@@ -168,6 +168,12 @@ To enable debugging and strict warning c
 To enable gprof profiling, add:
 --enable-profiling
 
+To enable memory usage debugging using Electric Fence add:
+--enable-efence
+
+To enable memory usage debugging using mmap add:
+--enable-malloc-mmap
+
 To enable multi-threading (required by the Queue and Chat components and
 for running with the HTTPD worker or event multi-threaded MPMs):
 --enable-threads
@@ -225,7 +231,7 @@ dependencies installed under $build:
 --with-apr=$build/apr-1.4.x-bin --with-httpd=$build/httpd-2.3.15-bin \
 --with-memcached=$build/memcached-1.4.7-bin \
 --with-tinycdb=$build/tinycdb-0.77-bin \
---with-curl=$build/curl-7.19.5-bin --with-libxml2=/usr \
+--with-curl=$build/curl-7.24.0-bin --with-libxml2=/usr \
 --with-js-include=$build/js-1.8.5-bin/include \
 --with-js-lib=$build/js-1.8.5-bin/lib \
 --enable-libcloud \

Modified: tuscany/sca-cpp/trunk/README
URL: http://svn.apache.org/viewvc/tuscany/sca-cpp/trunk/README?rev=1301985&r1=1301984&r2=1301985&view=diff
==============================================================================
--- tuscany/sca-cpp/trunk/README (original)
+++ tuscany/sca-cpp/trunk/README Sat Mar 17 19:46:47 2012
@@ -17,6 +17,7 @@ Chat: XMPP chat, using Apache Vysper and
 Constdb: fast persistent store for mostly constant data, using TinyCDB;
 Filedb: key/value persistent store, using plain files;
 Http: HTTP client, using Libcurl;
+Smtp: SMTP client, using Libcurl;
 Kvdb: fast key/value persistent store, using LevelDB;
 Log: distributed logger, using Facebook Scribe;
 Queue: AMQP queuing, using Apache Qpid/C;
@@ -82,6 +83,7 @@ Here's a rough guide to the Tuscany SCA 
  |   |   |-- kvdb             LevelDB key/value persistent store
  |   |   |-- log              Scribe logger
  |   |   |-- queue            AMQP message queue
+ |   |   |-- smtp             SMTP client
  |   |   |-- sqldb            PostgreSQL database
  |   |   |-- webservice       Axis2 Web service gateway
  |   |