jwpttcg66 / game-executor Star 31 Code Issues Pull requests 采用Reactor模式,注册readycreate, readyfinish事件到更新服务UpdateService,通过处理后进行模型缓存,然后将消息转化为 dispatchThread消息分配模型需要的create, update, finish的事件进行单线程循环调度 。调度过程使用了系统预置锁模型,来进行多线程唤醒机制,将所有的update循环检测进行多 线程调度,多线程更新服务使用future-listener机制,在完成调度后,根据模型状态,如果模型存活重新将消息转化为update 事件注册到dispatchThread消息分配模型进行循环处理。如果模型死亡将消息转化为readyfinish事件注册到更新服务UpdateServic进行销毁 。这个系统实现了模型自动缓存,多… game game-engine executor update eventbus event-bus gameengine updateservice-eventbus disruptor updateservice fixedupdateservice game-executor gameexecutor disruptor-executor common-pool2 async-event-bus Updated Jun 1, 2017 Java
wj1205758206 / grpc-java-pool Star 3 Code Issues Pull requests 基于common-pool2实现的gRPC客户端连接池,zk注册发现gRPC Server端,通过池化gRPC Client对象来提高吞吐量 pool grpc zookeeper grpc-java common-pool2 Updated Jul 10, 2022 Java
iamazy / rpc-spring-cloud-starter Star 2 Code Issues Pull requests thrift connection pool based on common-pool2 thrift spring-boot-starter common-pool2 Updated Jun 14, 2023 Java