acl/README.md
2013-08-18 18:17:23 +08:00

23 lines
899 B
Markdown

acl -- one advanced C/C++ lib for UNIX and WINDOWS
===
Description:<br>
Advanced C/C++ library(ACL) for UNIX-like OS and WIN32 OS, including sync/async/ssl iostream for net/file, thread pool, process pool, db pool, server framework, event, memory, string, array/hash/ring/list, xml and json parser, http/smtp/icmp protocol, SSL/TLS, C unit test, etc<br>
<br>
Features:<br>
data structure: array/htable/ring/stack/avl<br>
socket/file stream(sync stream and async stream)<br>
http/icmp/smtp protocol<br>
json/xml/mime/base64/qp/uucode, etc parse lib<br>
thread/process pool<br>
mysql/sqlite connection pool<br>
event(select, poll, iocp, epoll, kqueue, devpoll, win32 message)<br>
server framework<br>
HttpServlet for C++; http client/server lib<br>
log/configure lib<br>
file queue<br>
handler socket/memcached/beanstalkd client<br>
zlib/iconv wrapper<br>
session manager<br>
unit test framework<br>