惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google Online Security Blog
Google Online Security Blog
C
CXSECURITY Database RSS Feed - CXSecurity.com
C
CERT Recently Published Vulnerability Notes
C
Cybersecurity and Infrastructure Security Agency CISA
Cisco Talos Blog
Cisco Talos Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
Scott Helme
Scott Helme
Project Zero
Project Zero
E
Exploit-DB.com RSS Feed
S
Secure Thoughts
K
Kaspersky official blog
L
Lohrmann on Cybersecurity
NISL@THU
NISL@THU
WordPress大学
WordPress大学
N
News and Events Feed by Topic
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
L
LINUX DO - 热门话题
小众软件
小众软件
P
Privacy & Cybersecurity Law Blog
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
A
About on SuperTechFans
Hacker News: Ask HN
Hacker News: Ask HN
AWS News Blog
AWS News Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hacker News: Front Page
F
Full Disclosure
Latest news
Latest news
Schneier on Security
Schneier on Security
The Hacker News
The Hacker News
T
Troy Hunt's Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Jina AI
Jina AI
Martin Fowler
Martin Fowler
P
Proofpoint News Feed
TaoSecurity Blog
TaoSecurity Blog
G
GRAHAM CLULEY
Forbes - Security
Forbes - Security
V
V2EX - 技术
酷 壳 – CoolShell
酷 壳 – CoolShell
V
Vulnerabilities – Threatpost
C
Cyber Attacks, Cyber Crime and Cyber Security
MongoDB | Blog
MongoDB | Blog
博客园 - 三生石上(FineUI控件)
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
P
Privacy International News Feed
C
Check Point Blog
N
News and Events Feed by Topic

博客园 - xvhfeng

blog搬迁 2012 年度总结 2011年年度总结 albian使用方法-1 albian开发笔记六-albian的架构 hashTable和多线程问题 albian开发笔记五--谈缓存同步 albian开发笔记四 albian开发笔记三 albian开发笔记二 albian开发笔记一 Albian开发库的设计与规划 《程序员入职锦囊妙计》终于完成了 FastMQ V0.2.0 stable版发布 实现线程内同一对象 发现你的优势测评结果 DFS架构 FastMQ V0.1.1使用方法 linux环境C编程的血泪教训
开源消息队列FastMQ V0.1.0 发布
xvhfeng · 2010-10-02 · via 博客园 - xvhfeng

      FastMQ是一款高性能,高扩展性,开源产品。FastMQ基于libevent(网络层)和TC(队列存储),使用C开发而成,目前服务器端只支持linux,暂不支持windows(并且无支持windows计划时间表)。

      FastMQ使用TCP/IP协议通讯,所以客户端可以支持任何支持TCP/IP的操作系统(linux,windows),并且几乎支持任何语言(java,C#,c,c++,python等等)。

      目前FastMQ发布了V0.1.0版本,此版本还不能很好的支持thread safe,属于预览版本,预计2010年10月底发布V0.1.1,v0.1.1版本将对thread safe有一个完美的支持。

      FastMQ的客户端,目前考虑发布linux的C和windows的net版本,java版本也在考虑之中,但是暂无时间表。

      FastMQ主要的功能和MSMQ,ActiveMQ基本类似,但是相比此两款MQ服务器,FastMQ有一下优点:

       1.FastMQ配置简单:它只有一个配置文件,配置项不超过20项,而且配置都是key-value样式,非常傻瓜化;

       2.FastMQ基于linux,基本上属于“一次启动,再无管理”型;

       3.FastMQ非常快:插入消息在毫秒级别;

       4.大数据量的支持:底层存储基于TC,千万级数据不会引起任何的性能问题;

       5.通讯协议简单:目前只有5个通讯协议,以后再加也基本上都属于“监控管理型”协议;

       6.源代码简单:源代码使用全C编写,结构简单,代码清晰明了,方便二次开发;

       7.FastMQ开源:开源的好处我就不说了吧?!

        目前FastMQ的V0.1.1版本正在开发中,有兴趣请关注一下源代码站点:

http://fastmq.googlecode.com