One more thing that may prove useful in this context...

In 3.0, async tasks are by default executed sequentially, while in earlier versions more than one could be executed in parallel.

-- Kostya

01.07.2011 22:04, Rutton ?????:
Mark Murphy schrieb:
>  On Fri, Jul 1, 2011 at 10:22 AM, Rutton<[email protected]>  wrote:
>  >  AsyncTask is a bit an overkill, as you may want to call your urls
>  >  independently and then
>  >  AT would create a Thread for each REST call.
>
>  Actually, AsyncTask will use a thread out of a thread pool for each REST 
call.
Interesting. Its not*really*  in the AsyncTask reference page (only
mentioned as a side note). Where can I read more about this?

R.


--
Kostya Vasilyev

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

Reply via email to