|
At 04:24 PM 1/22/98 +0200, Juris wrote: >I would be grateful if somebody would give a brief summary on data >queues, their usage, application and etc. > >Thanks. > >Juris. Primary intention is asyncronious job to job communication. Another explanation - if you feel comfortable with messageques: Dataqueues are the same as messageques, only different. 1. They can have a hanging 'msg-wait' from more than one job at the same time (dataqueues only one). Example: You can split the processing of the data into more identical jobs) 2. The processing of entries can be only sequential (arrival, LIFO or indexed). Example: Use the index to indicate priority or I/O-optimize by processing same keys right after each-other 3. You can only recieve (and remove) one at a time - not 'browse' through them all. This is true if you forget the 'non-authorized- TAATOOL/DSPDTAQ. 4. The dataqueue API's run in mch-pool Regards Henrik Krebs ------------------------------------------------------------ Henrik Krebs IT Consultant (IBM AS/400) Phone +45 31 57 83 23 Mobile +45 40 88 83 23 Email: Henrik.Krebs@Scout.Net Web: http://users.cybercity.dk/~dko3534 Snailmail: Amagerbrogade 62, 3-24, DK-2300 Copenhagen ------------------------------------------------------------ +--- | 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.