Hi,
Based on my fancy ASCII diagram here:
MASTER CCNET
MACHINE
+
+-------------------+-------------------+
| |
CCNET CCNET
MACHINE A MACHINE B
Is it OK to have two (or more) machines run Project Triggers and both
trigger simultaneously of one master machine/project?
The idea is that the master machine does a QUICK build on the project
and machines A and B both run tasks which take a long time, but can be
done in parallel.
On a side note, why does the project trigger POLL, would it not be
better to have the dependant project be signaled a status of
interest?
i.e. in the dependant projects config:
<signalTrigger>
<triggerOn Signal server="//ccnetmachine"
project="incrementalBuild" status="Failed" />
</signalTrigger>
This would save on all that polling and on the possibility that the
time between polling might miss an event of interest.
Regards,
Shaun