acl/README.md

25 lines
1.0 KiB
Markdown
Raw Normal View History

2013-08-18 18:13:42 +08:00
acl -- one advanced C/C++ lib for UNIX and WINDOWS
2012-10-07 18:29:14 +08:00
===
2013-08-18 18:15:02 +08:00
Description:<br>
2013-08-18 18:17:23 +08:00
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>
2013-08-18 18:15:02 +08:00
Features:<br>
2013-08-18 18:17:23 +08:00
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(multi-process, multi-threads, aio, trigger, udp)<br>
2013-08-18 18:17:23 +08:00
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>
2012-10-07 18:29:14 +08:00
website: http://www.iteye.com/
tar download: https://sourceforge.net/projects/acl/