People
-
- Assignee:
- David Marginian
- Reporter:
- Deno Vichas
-
- Votes:
- 0
- Watchers:
- 2
Dates
-
- Created:
- 24/Apr/09 8:17 PM
- Updated:
- 28/Apr/09 2:21 AM
- Resolved:
- 28/Apr/09 2:21 AM
DWR currently creates an AutoShutdownScheduledThreadPoolExecutor which is supposed to (and probably is - since tomcat is shutting down properly) taking care of the proper destruction of all threads - if the DwrListener is registered.
My thinking here is that we can get rid of this code if we use the code recommended by Deno. Thoughts?