| The docs indicate that a fixed pool size is used as the default executor - http://docs.jboss.org/weld/reference/latest-master/en-US/html/configure.html#_thread_pool_configuration However, its actually a fork-join pool (maybe the common one?) that is used. |