Csdn lidp http://blog.csdn.net/perfectpdl
Create an open-source project on googlecode: Spider-Tool
Svn url: https://spider-tool.googlecode.com/svn/trunk
Implements a programming tool chain on Linux, UNIX, and BSD.
Including thread encapsulation, string operations, thread private data encapsulation, rewriting of some non-thread security functions, universal linked lists (with locks, without locks), taskqueue, and socket encapsulation (IPv4, IPv6), logger engine, Configuration File Parsing engine, lock encapsulation (mutex lock, read/write lock), time, database engine, state machine, reference counting mechanism, large object, container, hash, io management, scheduler, TCP engine, CLI (console interface, based on UNIX domain socket ).
The above tools are indispensable for server development. Using these tools enables us to focus on our own business implementation.
This toolchain is built on the basis of GNU build tools and is directly configure, make, make install, and complies with the gun standard.