# arpc **Repository Path**: hong_master/arpc ## Basic Information - **Project Name**: arpc - **Description**: xio是一个很优秀的高性能通信框架,可惜不维护了,这里对齐封装支持多线程模式,主要用于分布式文件系统的通信层 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-06-17 - **Last Updated**: 2021-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README --- # build *【说明】编译工程采用cmake编译 * for linux (ubuntu) * apt-get install cmake 1. cd code root; 2. mkdir build 3. cd build 4. cmake ../ (default:debug mode) 5. make -j 6. make install --- # file tree * demo(demo测试应用) * open_src (开源代码xio) * src (arpc 源码) * inc (arpc 函数头) #说明 生成库文件libarpc.so