Return-Path: Delivered-To: apmail-db-ojb-dev-archive@db.apache.org Received: (qmail 79075 invoked by uid 500); 9 Aug 2003 06:48:33 -0000 Mailing-List: contact ojb-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "OJB Developers List" Reply-To: "OJB Developers List" Delivered-To: mailing list ojb-dev@db.apache.org Received: (qmail 79060 invoked by uid 500); 9 Aug 2003 06:48:33 -0000 Received: (qmail 79054 invoked from network); 9 Aug 2003 06:48:33 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 9 Aug 2003 06:48:33 -0000 Received: (qmail 85047 invoked by uid 1510); 9 Aug 2003 06:48:55 -0000 Date: 9 Aug 2003 06:48:55 -0000 Message-ID: <20030809064855.85046.qmail@minotaur.apache.org> From: arminw@apache.org To: db-ojb-cvs@apache.org Subject: cvs commit: db-ojb/xdocs performance.xml X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N arminw 2003/08/08 23:48:55 Modified: xdocs performance.xml Log: repair more links Revision Changes Path 1.15 +13 -10 db-ojb/xdocs/performance.xml Index: performance.xml =================================================================== RCS file: /home/cvs/db-ojb/xdocs/performance.xml,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- performance.xml 9 Aug 2003 06:35:20 -0000 1.14 +++ performance.xml 9 Aug 2003 06:48:55 -0000 1.15 @@ -59,10 +59,10 @@

The OJB Performance Test Suite allows to compare OJB -against native JDBC programming -against your RDBMS of choice and run OJB in a virtual multithreaded +against native JDBC programming +against your RDBMS of choice and run OJB in a virtual multithreaded environment. Further on it is possible to -compare OJB against any O/R mapping tool using a simple +compare OJB against any O/R mapping tool using a simple framework.

@@ -246,7 +246,8 @@ editing the ant-target in build.xml.

-Another test compares PB-api,ODMG-api and native JDBC you can find next section. +Another test compares PB-api,ODMG-api and native JDBC you can find +next section.

@@ -354,7 +355,7 @@ under [db-ojb]/src/test/org/apache/ojb (when using source-distribution). This implementation class is used to compare the PB-API, ODMG-API and native JDBC and to test performance of the API implementations. See more section -multi-threaded performance. OJBPerfTest +multi-threaded performance. OJBPerfTest is made up of inner classes. At each case two inner classes represent a test for one api (as described above).

@@ -413,11 +414,13 @@ But there are some settings which affect the performance:
  • - The API you use, e.g. PB-api is much faster then the ODMG-api. See which - API for more information. + The API you use, e.g. PB-api is much faster then the ODMG-api. See + + which API for more information.
  • - ConnectionFactory implementation / Connection pooling. See connection pooling + ConnectionFactory implementation / Connection pooling. See + connection pooling for more information.
  • @@ -439,7 +442,7 @@

- To test the different settings use the tests of the performance test suite. + To test the different settings use the tests of the performance test suite.

--------------------------------------------------------------------- To unsubscribe, e-mail: ojb-dev-unsubscribe@db.apache.org For additional commands, e-mail: ojb-dev-help@db.apache.org