|
Pascal, You could have a trigger program on the file fire when a record is added to the file. All the trigger program does is a SMBJOB of the processing job. This gets a new processing job started up whenever records get added. You do have a trigger program and a job queue but no use of data/message/MQ queues. Your submitted processing job can just process the one record that caused it to get submitted (possible problem if it's ever cancelled on the job queue) or it can process all possible records available on the file. If you process all possible records available then subsequent submitted jobs would find no records and end up doing nothing. Put these submitted processing jobs on a single threaded dedicated job queue so you don't get more than one processing job active at a time. Paul
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.