Consider the following scenario: two or more installations exists of some SI application with all of them connecting to the same database for data retrieval on certain time intervals. The installations should not be accessing the same rows of data at the same time. The fetched data would be processed somehow (out of scope for this question).
What kind of support does SI provide for this type of scheduling scenario? I was made to understand, that Quartz is not an option.
Thanks again! :-)


Reply With Quote