1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-10-26 19:57:22 +08:00
This commit is contained in:
stefanocasazza
2016-01-29 14:50:20 +01:00
parent c85dc60dc0
commit 78fb96cf41
35 changed files with 894 additions and 674 deletions

View File

@@ -360,9 +360,6 @@ public:
protected:
USocket* socket;
#ifndef U_HTTP2_DISABLE
void* connection;
#endif
#ifdef U_THROTTLING_SUPPORT
UString uri;
uint64_t bytes_sent;

View File

@@ -345,7 +345,6 @@ public:
#define U_SRV_SPINLOCK_DATA_SESSION UServer_Base::ptr_shared_data->spinlock_data_session
#define U_SRV_SPINLOCK_DB_NOT_FOUND UServer_Base::ptr_shared_data->spinlock_db_not_found
static pid_t pid;
static ULock* lock_user1;
static ULock* lock_user2;
static int preforked_num_kids; // keeping a pool of children and that they accept connections themselves
@@ -399,8 +398,8 @@ public:
}
static uint32_t nClientIndex;
static UClientImage_Base* pClientImage;
static UClientImage_Base* vClientImage;
static UClientImage_Base* pClientImage;
static UClientImage_Base* eClientImage;
static bool isPreForked()