[CONPY-13] implement pooling Created: 2018-07-24 Updated: 2021-02-15 Resolved: 2019-12-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | None |
| Fix Version/s: | 0.9.52 |
| Type: | Task | Priority: | Critical |
| Reporter: | Diego Dupin | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
like https://dev.mysql.com/doc/connector-python/en/connector-python-connection-pooling.html
other option I would recommend :
|
| Comments |
| Comment by Georg Richter [ 2018-07-30 ] |
|
I would prefer a generic pooling implementation in Connector/C, so it could be used also by Connector/ODBC, |
| Comment by Diego Dupin [ 2018-08-20 ] |
|
That would clearly make more sense. I've created |
| Comment by Ralf Gebhardt [ 2019-08-07 ] |
|
Also MariaDB Connector/C++ will need a connection pool, which seconds to get this implemented in C/C |
| Comment by Ralf Gebhardt [ 2019-12-09 ] |
|
Connection pool was now implemented directly in C/Python. |