You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some modules start their own threads currently.
Others use an ExecutorService.
We need a standard way of running background tasks that does not
compromise performance (tasks should not block because there are no
threads available), but at the same time reuse threads whenever possible
across tasks, reduce the number of threads allocated by default, etc.
Original issue reported on code.google.com by [email protected] on 14 Mar 2010 at 12:30
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 14 Mar 2010 at 12:30The text was updated successfully, but these errors were encountered: