|
QGIS API Documentation
2.4.0-Chugiak
|
#include <QCoreApplication>#include <QMap>#include <QMutex>#include <QSemaphore>#include <QStack>#include <QTime>#include <QTimer>#include <QThread>#include "qgslogger.h"
Go to the source code of this file.
Classes | |
| class | QgsConnectionPoolGroup< T > |
| struct | QgsConnectionPoolGroup< T >::Item |
| class | QgsConnectionPool< T, T_Group > |
| Template class responsible for keeping a pool of open connections. More... | |
Macros | |
| #define | CONN_POOL_MAX_CONCURRENT_CONNS 4 |
| #define | CONN_POOL_EXPIRATION_TIME 60 |
| #define CONN_POOL_EXPIRATION_TIME 60 |
Definition at line 31 of file qgsconnectionpool.h.
Referenced by QgsConnectionPoolGroup< T >::initTimer(), and QgsConnectionPoolGroup< T >::onConnectionExpired().
| #define CONN_POOL_MAX_CONCURRENT_CONNS 4 |
Definition at line 30 of file qgsconnectionpool.h.
1.8.7