Knowledgebase
Knowledgebase: DataBase Connection
Appeon - multi - thread support
Posted by Carmina Garcia on 19 August 2013 04:13 PM

Appeon supporting multi-threaded query means that several clients can concurrently access to database using different database connections from the connection pool.

This mean the same connection handle will not be used at the same time.

In other words, the thread will get one of the idle connection from the connection pool when accessing to the database, this connection being used cannot be used by other client unless it is freed up by the current client.

(0 vote(s))
Helpful
Not helpful

Comments (0)
Help Desk by Novalys