ICode9

精准搜索请尝试: 精确搜索
  • 【Shashlik.EventBus】.NET 事件总线,分布式事务最终一致性2022-09-13 12:02:18

    【Shashlik.EventBus】.NET 事件总线,分布式事务最终一致性 简介 github https://github.com/dotnet-shashlik/shashlik.eventbus 各位爷高兴了给个star呗。 分布式事务、CAP定理、事件总线,在当前微服务、分布式、集群大行其道的架构前提下,是不可逃避的几个关键字,在此不会过多阐述

  • 生产者消费者2022-07-11 15:39:53

    管程法【缓冲区法】 public class BufferPCTest_Shashlik { public static void main(String[] args) { SynContainer container = new SynContainer(); new Thread(new C(container)).start(); new Thread(new P(container)).start(); } /*消费者

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有