Skip to content

Commit

Permalink
[modify] add suggestion for producer lite
Browse files Browse the repository at this point in the history
  • Loading branch information
shabicheng committed Feb 26, 2018
1 parent 61f3260 commit bccba43
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Aliyun LOG C Producer
日志服务C Producer Library是用纯C编写的日志采集客户端,为各类应用程序提供便捷、高性能、低资源占用的一站式数据采集方案,降低数据采集的开发与运维代价。

* 日志服务还提供Producer Lite版本,不依赖APR相关库且资源占用大大降低,具体请参见[Lite分支](https://github.com/aliyun/aliyun-log-c-sdk/tree/lite)

## 功能特点
* 异步
* 异步写入,客户端线程无阻塞
Expand Down Expand Up @@ -39,6 +41,8 @@ LOG C SDK使用curl进行网络操作,无论是作为客户端还是服务器
另外,LOG C SDK使用apr/apr-util库解决内存管理以及跨平台问题。
LOG C SDK并没有带上这几个外部库,您需要确认这些库已经安装,并且将它们的头文件目录和库文件目录都加入到了项目中。

* 日志服务还提供Producer Lite版本,不依赖APR相关库且资源占用大大降低,具体请参见[Lite分支](https://github.com/aliyun/aliyun-log-c-sdk/tree/lite)

#### 第三方库下载以及安装

##### libcurl (建议 7.32.0 及以上版本)
Expand Down

0 comments on commit bccba43

Please sign in to comment.