File tree 3 files changed +8
-7
lines changed
app/master_dispatch/server
lib_acl_cpp/include/acl_cpp/db
3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,10 @@ service master_dispatch {
95
95
############################################################################
96
96
# Ӧ���Լ�������ѡ��
97
97
98
- # ÿ ���ͻ� �����ӵĿ���ʱ��.
99
- # client_idle_limit = 60
100
- # �Ƿ� �����ǰ ���ڴ�״̬��Ϣ
101
- # debug_mem = 1
102
- # �Ƿ��ͻ�ӭ��Ϣ
103
- # send_banner = 0
98
+ # ����ӽ ������Ӵ˷����ַ��ÿͻ������Ӿ��, �õ�ַΪ master_service �е�һ�����ӿ�
99
+ backend_service = dispatch.sock
100
+ # �ö�ʱ ����������δ�������Ŀͻ�������(��)
101
+ manager_timer = 1
102
+ # �ͻ�������δ������ӽ��̽��յij�ʱʱ��(��)
103
+ conn_expired = 10
104
104
}
Original file line number Diff line number Diff line change 1
1
����ʷ�б���
2
2
------------------------------------------------------------------------
3
+ 75) 2014.10.30 --- acl 3.0.21 �汾������
3
4
74) 2014.9.21
4
5
74.1) compile: app/net_tools ����ʹ�� VC2008, VC2010, VC2012 ����ͨ��
5
6
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace acl
10
10
* SQL 查询语句查询器,该类会自动对 sql 中的一些特殊字符进行转义,使用方式类似于
11
11
* java hibernate 的 SQL 语句构建方式
12
12
*/
13
- class query
13
+ class ACL_CPP_API query
14
14
{
15
15
public:
16
16
query ();
You can’t perform that action at this time.
0 commit comments