We have a need to develop multiple services in Android that will 
poll/receive bytes of data every *n* seconds. The requirement is to collect 
data from all of these services within a window *N* seconds, where *N=3n*. 
Once collected, an algorithm will kick-off and return a result which is 
visualized on the UI.

I tried thinking of using something like HornetQ <http://hornetq.jboss.org/> 
that serves as a target of the services and the algorithm as the receiver 
of HornetQ. I would probably have to develop some mechanism to append data 
from multiple services into one 'packet' in the *N=3n* window.

Can you please show me an example of how to synchronize the output of such 
services?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/571a505e-6c0b-4a69-b46b-6d7f67c23099%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to