[CONC-353] Create pool implementation Created: 2018-08-20  Updated: 2021-10-15  Resolved: 2021-02-01

Status: Closed
Project: MariaDB Connector/C
Component/s: None
Affects Version/s: None
Fix Version/s: N/A

Type: Task Priority: Critical
Reporter: Diego Dupin Assignee: Georg Richter
Resolution: Won't Fix Votes: 0
Labels: None


 Description   

Most connectors use some pool to handle the connections.
The main reason is that establishing a new connection with old databases wasn't very effective. That has changed and establishing a connection has always been performant in MariaDB.

Still...
creating a basic connection (no SSL, using the basic authentication method) is still a lot more consuming than reusing an existing connection with a simple query to reset connection state (with COM_RESET).

This would benefit to other connector based on C/C too


Generated at Thu Feb 08 03:04:42 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.