I have to do some heavy processing in my application. The process comprises
a series of routines which has no dependency between them, and could be
parallel. I would like to know if there would be some gain if I start
threads for each routine in order to parallelize the execution or whether
it would be a bad practice.

Thanks in advance.
Guilherme

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