[jboss-jira] [JBoss JIRA] (WFLY-1383) Disable pooling of stateless EJBs by default
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Thu May 23 02:36:06 EDT 2013
jaikiran pai created WFLY-1383:
----------------------------------
Summary: Disable pooling of stateless EJBs by default
Key: WFLY-1383
URL: https://issues.jboss.org/browse/WFLY-1383
Project: WildFly
Issue Type: Enhancement
Components: EJB
Affects Versions: 8.0.0.Alpha1
Reporter: jaikiran pai
Assignee: jaikiran pai
A certain use case has shown that it's perhaps better to disable pooling of EJB stateless bean, by default. In AS7 we have always allowed disabling the pooling but we hadn't made it the default since we thought it might affect applications which have SLSBs with heavy @PostConstruct.
A recent discussion has suggested that we disable the pooling by default and individual applications can enable it and set the relevant pool size themselves. The reasoning has been that, the default pool size that we ship with, anyway will have to be tweaked by the users since we can't really guess what an ideal pool size is.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list