Why do i really really really want a serialized queue?
Our app uses AsyncTasks to complete HTTP requests. Multiple requests
can happen at the same time and in some situations we really really
really want it that way. As long as the onPostExecute is called
correctly, it should not be a problem....


On Feb 4, 2:04 pm, Dianne Hackborn <[email protected]> wrote:
> It will be back to a pool in the final release, but we plan on changing this
> to be serialized (as it was when first introduced into the platform) in a
> future release.
>
> There will be a blog post on this some time soon.  Basic situation: you
> really really REALLY want to have a serialized queue, unless you deeply know
> what you are doing.
>
> On Fri, Feb 4, 2011 at 10:56 AM, Mark Murphy <[email protected]>wrote:
>
>
>
>
>
> > On Fri, Feb 4, 2011 at 1:52 PM, Romain Guy <[email protected]> wrote:
> > > The Honeycomb preview uses a serialized queue to execute AsyncTasks, so
> > they
> > > will execute one after the other.
>
> > Is this a temporary thing? If not, that is a pretty major change,
> > rolling all the way back to Android 1.5-era functionality.
>
> > --
> > Mark Murphy (a Commons Guy)
> >http://commonsware.com|http://github.com/commonsguy
> >http://commonsware.com/blog|http://twitter.com/commonsguy
>
> > _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9
> > Available!
>
> > --
> > 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]<android-developers%2Bunsubs­[email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Dianne Hackborn
> Android framework engineer
> [email protected]
>
> Note: please don't send private questions to me, as I don't have time to
> provide private support, and so won't reply to such e-mails.  All such
> questions should be posted on public forums, where I and others can see and
> answer them.- Hide quoted text -
>
> - Show quoted text -

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