MDEV-32216 Connection pool with asynchronous query execution.
Parallelism is achieved by using mysql_send_query on multiple connections without waiting for results, and using IO multiplexing (poll/IOCP) to wait for completions. Refresh libmariadb to pick up CONC-676 (fixes for IOCP use with named pipe)
Showing
client/connection_pool.cc
0 → 100644
client/connection_pool.h
0 → 100644
Please register or sign in to comment