¡@

Home 

java Programming Glossary: thread_pool_executor

AsyncTasks do not get collected causing other AsyncTasks to not run

http://stackoverflow.com/questions/11705285/asynctasks-do-not-get-collected-causing-other-asynctasks-to-not-run

any AsyncTasks. I fixed it by changing the executor to THREAD_POOL_EXECUTOR which allows 15 threads to be pooled. But the AsyncTasks still.. . I fixed the problem by putting most AsyncTasks in THREAD_POOL_EXECUTOR but this is just avoiding it. What could be the reason that.. get execute one at a time in serial order. if using THREAD_POOL_EXECUTOR I suppose this is what you refer in the question this allows..