|
Booth, Would it work for you to create a special jobq and submit the 14 jobs to run concurrently? Since you mention data queues, there is a way to speed up processing depending on the mix of data file reads and amount of calculations. Basically, you have your primary program wait on a data queue for a go code, each cycle. You start another program, in a separate memory pool, which performs the same I/O but without the calcs. This second program issues the go code and skips the first set of records. What happens is that the prefetch program brings into cache the data needed by the primary program. This allows for an overlapping of the I/O while the primary program is doing calcs. boothm@earth.Goddard.edu wrote: > > > I got it all working except How do you start 14 instances of a program? > Opening 14 Client Access sessions seems err... nonprofessional. > +--- | This is the Midrange System Mailing List! | To submit a new message, send your mail to MIDRANGE-L@midrange.com. | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com. | To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com. | Questions should be directed to the list owner/operator: david@midrange.com +---
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.