RE: JSR 236 with tomcat 8

2014-11-24 Thread shailendra singh
es my intention clear. > Date: Mon, 24 Nov 2014 22:36:55 -0500 > Subject: Re: JSR 236 with tomcat 8 > From: john.d.am...@gmail.com > To: users@tomcat.apache.org > > Concurrency utils is specific to app servers, where applications are > generally unable to create or manage th

Re: JSR 236 with tomcat 8

2014-11-24 Thread John D. Ament
Concurrency utils is specific to app servers, where applications are generally unable to create or manage threads. This is an old EJB limitation. This limitation is not present in servlet containers. Why do you think you need them? On Mon, Nov 24, 2014 at 9:58 PM, shailendra singh wrote: > Hi,