Skip to content
View Ge-ze's full-sized avatar

Block or report Ge-ze

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ThreadPool ThreadPool Public

    基于c++98和c++11分别实现了线程池,采用了STL库、条件变量和互斥锁、可变参模板编程。

    C++ 1

  2. ClusterChatServer ClusterChatServer Public

    本项目应用了muduo网络库、nginx的TCP负载均衡、中间件reids的发布订阅功能、数据库连接池(自制),实现了集群部署聊天服务器

    C++

  3. MultiReactorServer MultiReactorServer Public

    使用C++ 实现基于多反应堆高并发服务器,内含又一个js的静态页面用于测试

    C++ 1

  4. MysqlConnectionPool MysqlConnectionPool Public

    这是一个由C++实现的Mysql Server数据库连接池项目,经压力测试,在高并发情况下能明显提升数据库访问效率

    C++

  5. DistributedRPC DistributedRPC Public

    本项目基于RPC 通信原理使用C++编写的分布式TCP通信框架(RPC框架)。使用muduo网络库实现高并发的RPC同步调用请求处理,使用Protobuf进行序列化和反序列化,采用ZooKeeper作为服务注册配置管理中心提供服务注册和服务发现功能。

    Makefile 1