Changes between Version 4 and Version 5 of PjotrAsync
- Timestamp:
- 2008/02/12 15:46:50 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PjotrAsync
v4 v5 56 56 where acpoll polls the jobmonitor every 3 minutes for results (SOAP is one option). acpoll would also allow a later 'progress monitor' implementation. 57 57 58 The nice thing about these piping mechanisms is that it shows clearly the minimal requirement for an implementation. Things like distributingservices (multiple pipes) get resolved by the tools that are called by acmonitor. I.e. it is not a functionality for the jobmonitor itself.58 The nice thing about these piping mechanisms is that it shows clearly the minimal requirement for an implementation. What one is really doing is putting a job on a cluster - which is a one-off - rather than interacting with some service. Things like distributed services (multiple pipes) get resolved by the tools that are called by acmonitor. I.e. it is not a functionality for the jobmonitor itself. 59 59 60 60 Pjotr Prins