没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > httpsqs |
httpsqs
|
1 | 7 | 51 |
贡献者 | 讨论 | 代码提交 |
概述
HTTPSQS is a Simple Queue Service based on HTTP GET/POST protocol.
Features:
Very simple
Very fast, more than 10000 requests/sec
High concurrency, support the tens of thousands of concurrent connections.
Multiple queue
A single queue length maximum support one billion (1,000,000,000).
Low memory consumption, mass data storage, storage dozens of GB of data takes less than 100MB of physical memory buffer.
Convenient to change the maximum queue length of per-queue.
Queue status view
Be able to view the contents of the specified queue ID.
Multi-Character encoding support
Less than 700 lines source code, easy to second development.
WebSite: http://code.google.com/p/httpsqs/
创建时间:2014-05-06 17:35