https://github.com/RabbitTeam/Distributed
为应用程序提供分布式部署的相关支持组件。
https://github.com/RabbitTeam/Distributed
Last synced: about 1 year ago
JSON representation
为应用程序提供分布式部署的相关支持组件。
- Host: GitHub
- URL: https://github.com/RabbitTeam/Distributed
- Owner: RabbitTeam
- License: apache-2.0
- Created: 2015-10-16T15:46:54.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T02:45:29.000Z (over 10 years ago)
- Last Synced: 2024-11-13T04:54:46.377Z (over 1 year ago)
- Language: C#
- Homepage: http://www.cnblogs.com/ants/p/4891235.html
- Size: 1.18 MB
- Stars: 30
- Watchers: 9
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 分布式解决方案
为应用程序提供分布式部署的相关支持组件。
### 现有组件:
1. Distributed.SessionProvider.Redis(基于Redis的Session共享组件)
2. Distributed.MessageQueue(一个抽象的消息队列,集成了Aliyun ONS <阿里云开放消息服务>)
3. Distributed.SessionProvider.Memcached(基于Memcached <兼容阿里云OCS>的Session共享组件)
4. Distributed.Utility(分布式相关工具,包含了一个简单的分布式锁实现)