You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by bu...@apache.org on 2013/10/07 14:17:16 UTC

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

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 @@
 <li><a href="#per-bundle">Per-Bundle</a></li>
 </ul>
 </li>
-<li><a href="#queueexecutorservice-insights">QueueExecutorService Insights</a></li>
+<li><a href="#queueservice-insights">QueueService Insights</a></li>
 <li><a href="#event-dispatcher">Event Dispatcher</a></li>
 </ul>
 </li>
@@ -206,9 +206,9 @@ Property names are identical for System 
   <tbody>
     <tr>
       <td>Number of Threads</td>
-      <td>`org.apache.felix.ipojo.extender.ThreadPoolSize`</td>
+      <td><code>org.apache.felix.ipojo.extender.ThreadPoolSize</code></td>
       <td>Integer</td>
-      <td>`1`</td>
+      <td><code>1</code></td>
       <td>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).</td>
     </tr>
   </tbody>
@@ -235,17 +235,17 @@ For example GAE imposes mono-threading. 
   <tbody>
     <tr>
       <td>System Property</td>
-      <td>`ipojo.processing.synchronous`</td>
+      <td><code>ipojo.processing.synchronous</code></td>
       <td>Boolean</td>
-      <td>`false`</td>
-      <td>Whether the Bundles processing should be performed synchronously. The default value is `false`. Set it to `true` when running in GAE for example.</td>
+      <td><code>false</code></td>
+      <td>Whether the Bundles processing should be performed synchronously. The default value is <code>false</code>. Set it to <code>true</code> when running in GAE for example.</td>
     </tr>
     <tr>
       <td>Manifest</td>
-      <td>`IPojo-processing-synchronous`</td>
+      <td><code>IPojo-processing-synchronous</code></td>
       <td>Boolean</td>
-      <td>`false`</td>
-      <td>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`).</td>
+      <td><code>false</code></td>
+      <td>Whether the Bundles processing should be performed synchronously. The default value is <code>false</code>. Set it to <code>true</code> when running in GAE for example. Notice that case is ignored (<code>IPOJO-PROCESSING-SYNCHRONOUS</code> works as well as <code>IPojo-Processing-Synchronous</code>).</td>
     </tr>
   </tbody>
 </table>
@@ -264,7 +264,7 @@ Synchronous/Asynchronous behavior can be
 <li><code>DEFAULT</code> using the default behavior</li>
 </ul>
 <p>If no header (or invalid value) is provided, the fallback behavior is <code>DEFAULT</code> (use system wide preference).</p>
-<h3 id="queueexecutorservice-insights">QueueExecutorService Insights</h3>
+<h3 id="queueservice-insights">QueueService Insights</h3>
 <p>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.</p>
 <p>This mechanism is available when the <code>org.apache.felix.ipojo.extender.BootstrapQueueDebug</code> system property is set to <code>true</code>.
@@ -309,17 +309,17 @@ It is not enabled by default (rely on th
   <tbody>
     <tr>
       <td>System Property</td>
-      <td>`ipojo.internal.dispatcher`</td>
+      <td><code>ipojo.internal.dispatcher</code></td>
       <td>Boolean</td>
-      <td>`false`</td>
-      <td>Whether the EventDispatcher should be enabled. The default value is `false`. Set it to `true` when running large-scale applications.</td>
+      <td><code>false</code></td>
+      <td>Whether the EventDispatcher should be enabled. The default value is <code>false</code>. Set it to <code>true</code> when running large-scale applications.</td>
     </tr>
     <tr>
       <td>Manifest</td>
-      <td>`IPOJO-Internal-Dispatcher`</td>
+      <td><code>IPOJO-Internal-Dispatcher</code></td>
       <td>Boolean</td>
-      <td>`false`</td>
-      <td>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`).</td>
+      <td><code>false</code></td>
+      <td>Whether the EventDispatcher should be enabled. The default value is <code>false</code>. Set it to <code>true</code> when running large-scale applications. Notice that case is ignored (<code>IPOJO-INTERNAL-DISPATCHER</code> works as well as <code>IPOJO-Internal-Dispatcher</code>).</td>
     </tr>
   </tbody>
 </table>
@@ -337,7 +337,7 @@ It is not enabled by default (rely on th
                 may be trademarks or registered trademarks of their respective owners.
                 </div>
                 <div class="timestamp span3 offset2">
-                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
                 </div>
             </div>
         </footer>