Arun kutty wrote: > I found out an issue that 2 AsyncTasks do not work concurrently . > > i.e if there are 2 Async Tasks thread1 and thread 2 , thread 2 does > not execute until thread 1 finishes. > > Is there a solution to this problem.. > > when i checked the AsyncTask thread pool size it is 1...i.e > CORE_POOL_SIZE=1 > > what if i make it to 2 or 3 will this work..????...i mean i will be > having 2 -3 threads in the pool waiting to execute 2 Async Tasks > rather than 1.. > > will this solution work..??
Yes, this solution should work. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Looking for Android opportunties? http://wiki.andmob.org/hado --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---