[
https://issues.apache.org/jira/browse/TOMEE-382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13437534#comment-13437534
]
Romain Manni-Bucau commented on TOMEE-382:
------------------------------------------
can be done globally using properties:
asynchronous-pool.core-size, asynchronous-pool.max-size and
asynchronous-pool".keep-alive.
or locally for an app using META-INF/resources.xml and the particular service
(note the id can be the app id too):
<Service id="asynchronous-pool" class-name="java.util.Properties">
core-size = 10
max-size = 20
keep-alive = 60
</Service>
Note: the pool is created by application
> configuration for asynch task pool
> ----------------------------------
>
> Key: TOMEE-382
> URL: https://issues.apache.org/jira/browse/TOMEE-382
> Project: TomEE
> Issue Type: Improvement
> Reporter: Romain Manni-Bucau
> Fix For: 1.1.0
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira