Hi all,

In my app the process number 1 generates around 1KB of data every
couple of seconds and passes this to process number 2. To my
understanding there are three ways to pass data between processes:
publishing IPC interface using Binder, using Messeger or using
Broadcasts. I would like to get some feedback what would the best way
to pass the data between the processes? Any ideas how android handles
these different scenarios? Also would it be more effective to cache
the data in process 1 for a while and then send the data in longer
intervals and bigger chunks to process 2?

Any insight to this is really valuable.

I know that this all could be done in one process also, but because of
the use case and some external requirements unfortunately that is not
really option in my case...



-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to