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
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,