mariadb/vio
Vladislav Vaintroub 04789ec801 MDEV-14781 - threadpool slowdown with slow ssl handshake.
Fix is not to use blocking socket IO during SSL handshake.
With non-blocking socket IO, threadpool is able to utilize the wait
notification callbacks, that vio_io_wait() is calling whenever
socket would block.
2018-11-07 02:10:52 +01:00
..
docs
CMakeLists.txt
test-ssl.c
test-sslclient.c
test-sslserver.c
vio.c
vio_priv.h
viopipe.c
vioshm.c
viosocket.c
viossl.c MDEV-14781 - threadpool slowdown with slow ssl handshake. 2018-11-07 02:10:52 +01:00
viosslfactories.c
viotest-ssl.c
viotest-sslconnect.cc
viotest.cc