Timeline for Why use ExecutorService for long-running thread?
Current License: CC BY-SA 3.0
        6 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 11, 2017 at 18:07 | vote | accept | Solomon Slow | ||
| May 11, 2017 at 6:35 | history | tweeted | twitter.com/StackSoftEng/status/862556877523169280 | ||
| May 11, 2017 at 0:33 | comment | added | Frank Hileman | Not sure about Java, but other languages usually explicitly recommend avoiding a thread pool for any long running thread. As you said, it doesn't make any sense to use one of a limited number of resources for a long period of time. | |
| May 10, 2017 at 21:50 | answer | added | kdgregory | timeline score: 12 | |
| May 10, 2017 at 21:01 | comment | added | Laiv | stackoverflow.com/q/3984076/5934037 | |
| May 10, 2017 at 19:20 | history | asked | Solomon Slow | CC BY-SA 3.0 |