dev@glassfish.java.net

Is there a common GlassFish threadpool?

From: Cheng Fang <cheng.fang_at_oracle.com>
Date: Thu, 30 Jun 2011 15:23:15 -0400

Hi,

I'm wondering if there exists a configurable common GlassFish threadpool
at server runtime, or such a common library for getting one? I'm
looking for one based on Java SE java.util.concurrent executor service.

In ejb-container module, we maintain internal threadpools for tasks such
as asyn invocation, ejb timer, bean-pool resizing, bean-cache eviction,
etc. Ideally we'd like to switch to use a common, configurable
threadpool facility.

Thanks

-cheng