Commit 50f5f9b8 authored by Jérome Perrin's avatar Jérome Perrin

ActivityTool: Add some useful tips

parent 4cb3f9e3
...@@ -134,6 +134,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -134,6 +134,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<i>(disabled)</i> value. Activity nodes will receive no more activity <i>(disabled)</i> value. Activity nodes will receive no more activity
when <i>Distributing node</i> is disabled. when <i>Distributing node</i> is disabled.
</p> </p>
<dtml-if expr="(_.len(getProcessingNodeList()) > 1) and (getDistributingNode() in getProcessingNodeList())">
<div class="form-label" style="color: #F00">Warning: Distributing node is a processing node.</div>
<p class="form-help">
For better performances it is recommended to not process activities on
the distributing node. Otherwise, it may distribute activities too
slowly and starve the other processing nodes.
</p>
</dtml-if>
</td> </td>
</tr> </tr>
<tr> <tr>
...@@ -198,6 +207,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -198,6 +207,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<i>Processing node</i> list, activities will get balanced to those <i>Processing node</i> list, activities will get balanced to those
nodes and never be executed. nodes and never be executed.
</p> </p>
<p class="form-help">
<b>Important note:</b>Adding or removing processing nodes while
activities are processed causes undefined behaviour.
</p>
</td> </td>
</tr> </tr>
<tr> <tr>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment