mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
文件调整
This commit is contained in:
parent
550462f092
commit
6acaff97e1
28
README.md
28
README.md
@ -1,26 +1,26 @@
|
|||||||
## acl -- one advanced C/C++ lib for UNIX and WINDOWS
|
# acl -- one advanced C/C++ lib for UNIX and WINDOWS
|
||||||
|
|
||||||
### Description
|
## Description
|
||||||
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
|
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
|
||||||
|
|
||||||
### Features
|
## Features
|
||||||
* data structure: array/htable/ring/stack/avl
|
* data structure: array/htable/ring/stack/avl
|
||||||
* socket/file stream(sync stream and async stream)
|
* stream(sync and async) for socket and file
|
||||||
* http/icmp/smtp protocol
|
* thread pool and process pool
|
||||||
* json/xml/mime/base64/qp/uucode, etc parse lib
|
* handler-socket/memcached/beanstalkd client
|
||||||
* thread/process pool
|
|
||||||
* mysql/sqlite connection pool
|
* mysql/sqlite connection pool
|
||||||
|
* http/icmp/smtp protocol
|
||||||
|
* json/xml/mime/base64/qp/uucode
|
||||||
* event(select, poll, iocp, epoll, kqueue, devpoll, win32 message)
|
* event(select, poll, iocp, epoll, kqueue, devpoll, win32 message)
|
||||||
* server framework(multi-process, multi-threads, aio, trigger, udp)
|
* **server framework(multi-process, multi-threads, aio, trigger, udp)**
|
||||||
* HttpServlet for C++; http client/server lib
|
* **HttpServlet for C++; http client and http server**
|
||||||
* log/configure lib
|
|
||||||
* file queue
|
|
||||||
* handler socket/memcached/beanstalkd client
|
|
||||||
* zlib/iconv wrapper
|
|
||||||
* session manager
|
* session manager
|
||||||
|
* log/configure
|
||||||
|
* file queue
|
||||||
|
* zlib/iconv wrapper
|
||||||
* unit test framework
|
* unit test framework
|
||||||
|
|
||||||
### Contact
|
## Contact
|
||||||
- Website: http://www.iteye.com
|
- Website: http://www.iteye.com
|
||||||
- Download: https://sourceforge.net/projects/acl
|
- Download: https://sourceforge.net/projects/acl
|
||||||
- QQ group: 242722074
|
- QQ group: 242722074
|
||||||
|
Loading…
Reference in New Issue
Block a user