Thanks a lot.

On Aug 31, 9:10 am, Ed Harned <[email protected]> wrote:
> Take a look at this article and the open source project it mentions.
>
> http://coopsoft.com/ar/AndroidArticle.html
>
> Youcancreatethe Tymeac service with thread pools and do anything
> you want
>
> Ed
>
> On Aug 30, 12:30 pm, usher <[email protected]> wrote:
>
>
>
>
>
>
>
> > AsyncTask is managing a thread pool with 5 core thread. Oncewestart
> > to use AsyncTask, it will start to set up this thread pool on android
> > phone.
>
> > The reason I don't want to AsyncTask is because I am going tocreatea
> > service, and start threads from service, which means there is not much
> > UI updates from task. However, asynctask has to been created and
> > execute on UI thread.
>
> > So I am going tocreateanother different thread pool which will be
> > used to manage this kind of threads. What I am worrying about is that
> > if Icreateanother thread pool with 5 core threads, would that be too
> > much threads(10 core threads) running on the android? will that slow
> > it down and cause bad performance?
>
> > Thanks.

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