1#ifndef CONNECTION_HANDLER_INCLUDED
2#define CONNECTION_HANDLER_INCLUDED
This abstract base class represents connection channel information about a new connection.
Definition: channel_info.h:47
This is a singleton class that provides various connection management related functionalities,...
Definition: connection_handler_manager.h:59
This abstract base class represents how connections are processed, most importantly how they map to O...
Definition: connection_handler.h:37
virtual uint get_max_threads() const =0
virtual bool add_connection(Channel_info *channel_info)=0
Add a connection.
virtual ~Connection_handler()=default
Connection_handler()=default
For each client connection we create a separate thread with THD serving as a thread/connection descri...
Definition: sql_lexer_thd.h:36
Some integer typedefs for easier portability.