handle background threads ourselves, leave the stateless pool intact

This commit is contained in:
Athou
2013-04-23 10:51:05 +02:00
parent 3dd5f8375a
commit 5c4df4e451
4 changed files with 35 additions and 24 deletions

View File

@@ -46,5 +46,5 @@
# javax.persistence.jtaDataSource =
# javax.persistence.nonJtaDataSource =
AsynchronousPool.CorePoolSize = 1
AsynchronousPool.MaximumPoolSize = 100
#AsynchronousPool.CorePoolSize = 1
#AsynchronousPool.MaximumPoolSize = 100

View File

@@ -9,9 +9,11 @@
MaxActive 50
</Resource>
-->
<!--
<Container id="CommaFeedStateless" type="STATELESS">
MaxSize=50
PoolSize=50
StrictPooling=true
</Container>
-->
</tomee>