2012/3/21 Kostya Vasilyev <[email protected]>:
> From what you've described, it seems possible - since AsyncTask uses a
> pool of more than one thread, and you also mentioned running this
> query on the UI thread as well.

Actually... on ICS, that's apparently no longer true.

Somebody tweeted this year-old commit today:

https://github.com/android/platform_frameworks_base/commit/81de61bfddceba0eb77b3aacea317594b0f1de49

which looks like they're only doing one at a time by default in ICS,
unless you use an Executor with a thread pool.

I need to run some tests to confirm that this indeed is the ICS implementation.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

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