On Feb 18, 2:36 pm, Mariano Kamp <mariano.k...@gmail.com> wrote:
> That sounds very sophisticated.
>
> I will try to see how far I can with the current approach and the
> latency it brings with it. You approach feels too much like doing the
> operating systems job, which is probably fine and necessary for your
> case.
> In my case the latency thing is just an annoyance that can be kept at
> bay with the easy approach with the background prio and I will rather
> waste some more brain cycles on other stuff like hunting application
> logic bugs ;-)

Tweaking process/thread priorities may be sufficient if you're not too
resource hungry. Consider however that the OS does not have the
semantic context to provide resources in support of those desirable
snappy responses (GC adding insult to injury). That's when you may
have to add a managerial layer.
Good luck though.

--~--~---------~--~----~------------~-------~--~----~
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