[teiid-issues] [JBoss JIRA] Created: (TEIID-578) Having max pool connections and max threads as connector properties is confusing

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Tue May 12 13:38:49 EDT 2009


Having max pool connections and max threads as connector properties is confusing
--------------------------------------------------------------------------------

                 Key: TEIID-578
                 URL: https://jira.jboss.org/jira/browse/TEIID-578
             Project: Teiid
          Issue Type: Quality Risk
          Components: Connector API
    Affects Versions: 6.0.0
            Reporter: Steven Hawkins
            Assignee: Steven Hawkins
             Fix For: 6.1.0


After talking over connection pool monitoring, it was desirable to make connector configuration easier to understand.  A simple change that will alleviate much confusion is to remove the max pool connections property and to change ConnectorMaxThreads to be "Connector Max Concurrent Connections".  If it's a synch connector "Connector Max Concurrent Connections" is the max number of connections in the pool (if pooled) and is also the max number of threads allowed.  

If asynch (and thus not pooled), "Connector Max Concurrent Connections" still acts as the max threads setting, which limits the number of connections that can be concurrently used.  The absolute max number of connections may grow higher than max concurrent connections depending on the number of asynch operations performed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list