What does it mean when setting the property bw.engine.dbConnection.idleTimeout = 0 in TIBCO ActiveMatrix BusinessWorks?

What does it mean when setting the property bw.engine.dbConnection.idleTimeout = 0 in TIBCO ActiveMatrix BusinessWorks?

book

Article ID: KB0094275

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Resolution:
Description:
============
What does it mean when the property bw.engine.dbConnection.idleTimeout is set to 0 in  TIBCO ActiveMatrix BusinessWorks(TM)?

Environment:
===========
All

Resolution:
==========
The property bw.engine.dbConnection.idleTimeout means how long a database connection could remain idle without being released for next iterations. For example: java.property.bw.engine.dbConnection.idleTimeout=20 means it could remain idle for 20 minutes at maximum without being released.

Setting to 0 means the connection will never timeout and will not be released.

Issue/Introduction

What does it mean when setting the property bw.engine.dbConnection.idleTimeout = 0 in TIBCO ActiveMatrix BusinessWorks?