��ʼ������
| 11 | |
| 12 | // ��ʼ������ |
| 13 | static 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 | // �����˳�ǰ������Դ |
| 23 | static void end(void) |
no test coverage detected
searching dependent graphs…