[Stripes-users] Using an executor with Stripes, on Tomcat 8

2016-01-26 Thread Ron King
Remi, from some of my reading, I'm getting the impression that one should be careful when using threads inside of a servlet container. How do you do this, can you elaborate? On Tue, Jan 26, 2016 at 9:23 AM, < stripes-users-requ...@lists.sourceforge.net> wrote: > Send Stripes-users mailing list

Re: [Stripes-users] Using an executor with Stripes, on Tomcat 8

2016-01-26 Thread VANKEISBELCK Remi
No there's no issue using an ExecutorService inside a container. Most frameworks use their own thread pools today. Just create it in an init context listener or something like this, and shutdown it properly when the app closes. Cheers RĂ©mi 2016-01-26 17:23 GMT+01:00 Ron King