1.Fix bug that memslap can't start up(ms_thread=NULL). 2.ignore signal SIGPIPE. 3...
authorXiaoyun Mao <xmao@lab14.schoonerinfotech.net>
Tue, 19 Jan 2010 03:38:53 +0000 (19:38 -0800)
committerXiaoyun Mao <xmao@lab14.schoonerinfotech.net>
Tue, 19 Jan 2010 03:38:53 +0000 (19:38 -0800)
commit613d2abe710af39d6daf34673462cd467ed6499a
tree6ff47d3c7d4adb93595c9bb170a1315eee7dbb09
parent25c32fd878df9103de46b2e3b03265d41e4dde1b
1.Fix bug that memslap can't start up(ms_thread=NULL). 2.ignore signal SIGPIPE. 3.support reconnection with thousands of connections. 4.enhance binary protocol to support UDP. 5.synchronize all the threads at the beginning. 6.merge with latest trunk.
clients/memslap.c
clients/ms_conn.c
clients/ms_conn.h
clients/ms_memslap.h
clients/ms_setting.c
clients/ms_sigsegv.c
clients/ms_task.c
clients/ms_thread.c