MCPcopy Create free account
hub / github.com/acl-dev/acl / init

Function init

lib_acl_cpp/samples/memcache_pool/main.cpp:13–20  ·  view source on GitHub ↗

��ʼ������

Source from the content-addressed store, hash-verified

11
12// ��ʼ������
13static void init(const char* addr, int count)
14{
15 // ���� HTTP �������ӳض���
16 __conn_pool = new memcache_pool(addr, count);
17
18 // �����̳߳�
19 __thr_pool = acl_thread_pool_create(count, 60);
20}
21
22// �����˳�ǰ������Դ
23static void end(void)

Callers 10

mainFunction · 0.70
http_headerMethod · 0.50
resetMethod · 0.50
HttpServletMethod · 0.50
stringMethod · 0.50
dbuf_guardMethod · 0.50
redis_commandMethod · 0.50
mime_base64Method · 0.50
mime_xxcodeMethod · 0.50
mime_uucodeMethod · 0.50

Calls 1

acl_thread_pool_createFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…