Addition of global configuration section

Definition of the number of polling threads

Implementation of multiple polling threads
This commit is contained in:
Mark Riddoch
2013-06-25 12:02:39 +02:00
parent 0227c4afff
commit 2ae40546f9
10 changed files with 185 additions and 13 deletions

View File

@ -39,6 +39,7 @@
#include <session.h>
#include <mysql_protocol.h>
#include <openssl/sha.h>
#include <poll.h>
// used in the hex2bin function
#define char_val(X) (X >= '0' && X <= '9' ? X-'0' :\