Return-Path: X-Original-To: apmail-felix-commits-archive@www.apache.org Delivered-To: apmail-felix-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2559110D5C for ; Mon, 7 Oct 2013 12:17:46 +0000 (UTC) Received: (qmail 63597 invoked by uid 500); 7 Oct 2013 12:17:42 -0000 Delivered-To: apmail-felix-commits-archive@felix.apache.org Received: (qmail 63469 invoked by uid 500); 7 Oct 2013 12:17:41 -0000 Mailing-List: contact commits-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list commits@felix.apache.org Received: (qmail 63459 invoked by uid 99); 7 Oct 2013 12:17:41 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 12:17:41 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Oct 2013 12:17:38 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D0DC423889BB for ; Mon, 7 Oct 2013 12:17:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r881551 - in /websites/staging/felix/trunk/content: ./ documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-extender-configuration.html Date: Mon, 07 Oct 2013 12:17:16 -0000 To: commits@felix.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131007121716.D0DC423889BB@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Oct 7 12:17:16 2013 New Revision: 881551 Log: Staging update by buildbot for felix Modified: websites/staging/felix/trunk/content/ (props changed) websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-extender-configuration.html Propchange: websites/staging/felix/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Oct 7 12:17:16 2013 @@ -1 +1 @@ -1529783 +1529826 Modified: websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-extender-configuration.html ============================================================================== --- websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-extender-configuration.html (original) +++ websites/staging/felix/trunk/content/documentation/subprojects/apache-felix-ipojo/apache-felix-ipojo-userguide/ipojo-advanced-topics/ipojo-extender-configuration.html Mon Oct 7 12:17:16 2013 @@ -174,7 +174,7 @@
  • Per-Bundle
  • -
  • QueueExecutorService Insights
  • +
  • QueueService Insights
  • Event Dispatcher
  • @@ -206,9 +206,9 @@ Property names are identical for System Number of Threads - `org.apache.felix.ipojo.extender.ThreadPoolSize` + org.apache.felix.ipojo.extender.ThreadPoolSize Integer - `1` + 1 The size of the thread pool. The default value is 1. Increase in case of a large amount of bundle's to manage (bundles with iPOJO's components/instances inside). @@ -235,17 +235,17 @@ For example GAE imposes mono-threading. System Property - `ipojo.processing.synchronous` + ipojo.processing.synchronous Boolean - `false` - Whether the Bundles processing should be performed synchronously. The default value is `false`. Set it to `true` when running in GAE for example. + false + Whether the Bundles processing should be performed synchronously. The default value is false. Set it to true when running in GAE for example. Manifest - `IPojo-processing-synchronous` + IPojo-processing-synchronous Boolean - `false` - Whether the Bundles processing should be performed synchronously. The default value is `false`. Set it to `true` when running in GAE for example. Notice that case is ignored (`IPOJO-PROCESSING-SYNCHRONOUS` works as well as `IPojo-Processing-Synchronous`). + false + Whether the Bundles processing should be performed synchronously. The default value is false. Set it to true when running in GAE for example. Notice that case is ignored (IPOJO-PROCESSING-SYNCHRONOUS works as well as IPojo-Processing-Synchronous). @@ -264,7 +264,7 @@ Synchronous/Asynchronous behavior can be
  • DEFAULT using the default behavior
  • If no header (or invalid value) is provided, the fallback behavior is DEFAULT (use system wide preference).

    -

    QueueExecutorService Insights

    +

    QueueService Insights

    Apache Felix iPOJO provides a mechanism that stores Job events of the QueueService in use (synchronous, multi-threaded, ...) for replay. This is very useful to see where time is spent during the bootstrap and take actions accordingly.

    This mechanism is available when the org.apache.felix.ipojo.extender.BootstrapQueueDebug system property is set to true. @@ -309,17 +309,17 @@ It is not enabled by default (rely on th System Property - `ipojo.internal.dispatcher` + ipojo.internal.dispatcher Boolean - `false` - Whether the EventDispatcher should be enabled. The default value is `false`. Set it to `true` when running large-scale applications. + false + Whether the EventDispatcher should be enabled. The default value is false. Set it to true when running large-scale applications. Manifest - `IPOJO-Internal-Dispatcher` + IPOJO-Internal-Dispatcher Boolean - `false` - Whether the EventDispatcher should be enabled. The default value is `false`. Set it to `true` when running large-scale applications. Notice that case is ignored (`IPOJO-INTERNAL-DISPATCHER` works as well as `IPOJO-Internal-Dispatcher`). + false + Whether the EventDispatcher should be enabled. The default value is false. Set it to true when running large-scale applications. Notice that case is ignored (IPOJO-INTERNAL-DISPATCHER works as well as IPOJO-Internal-Dispatcher). @@ -337,7 +337,7 @@ It is not enabled by default (rely on th may be trademarks or registered trademarks of their respective owners.

    - Rev. 1529783 by guillaume on Mon, 7 Oct 2013 08:25:19 +0000 + Rev. 1529826 by guillaume on Mon, 7 Oct 2013 12:17:07 +0000