Re: Processing Streamed Data
Gregg Wonderly <[email protected]>
| Newsgroups | gmane.comp.java.sun.rmi |
|---|---|
| Message-ID | <[email protected]> |
Robert DiFalco wrote: > You wouldn't process records one by one, they would be buffered and > flushed as the buffer became full. There are many different > possibilities, different solutions for different needs. I don't know if > sending a zip file over is all that great; it would be a bit slow. > Better to have a stream open between the two processes and compress the > stream on the sending side. But that's just me. Btw, you probably > wouldn't want to process records one by one in real time if you had a > system that required intermittent connections. You might prefer a > scheduled replication. Also, depending on the total amount of data and the disparity in data rates, a Javaspaces based solution would allow you to decouple the data flow and perhaps provide some parallel processing opportunities using the classic CPU farm paradigm associated with many Javaspaces applications. Gregg Wonderly =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff RMI-USERS". For general help, send email to [email protected] and include in the body of the message "help". For a list of frequently asked RMI questions please refer to: http://java.sun.com/j2se/1.3/docs/guide/rmi/faq.html To view past RMI-USERS postings, please see: http://archives.java.sun.com/archives/rmi-users.html