|
Use data queues and send "end of data set" messages so the queue knows whenData queues have certain properties that make them appealing, specifically the ability to have a single server support multiple clients. I've done a lot of that over the years; it has pluses and minuses. It's best suited for situations where your server load needs to be controlled; you can more easily control the resources assigned to a given activity by controlling its server.
it has received all entries. A similar approach would be to make data queue
records as long as possible and "chunk" multiple logical entries onto one
data queue record. Each data queue record would have to have a header area
where you would denote whether there were additional records needing to be
read.
Thoughts?
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.