We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
可从 Windows 使用多服务器 RAM 中键值缓存?当然,没有特定的顺序:
Microsoft Windows Server AppFabric 缓存(Windows,拥有 Windows Server 许可证免费)
共享缓存(Windows,开源)
memcached 在 Linux 机器上运行,使用 fx < a href="http://memcached.enyim.com/" rel="nofollow">Enyim 作为来自 Windows 的 .NET 客户端 连接器(开源)
NCache (Windows,商业且不便宜)
redis 在 Linux 机器上运行,服务堆栈为来自 Windows 的 .NET 客户端(开源)
ScaleOut StateServer(Windows,商业)
A multi server in-RAM key-value cache usable from Windows? Sure, in no particular order:
Microsoft Windows Server AppFabric Caching (Windows, free with Windows Server licenses)
Shared Cache (Windows, open source)
memcached running on Linux boxes, using fx Enyim as .NET client connector from Windows (open source)
NCache (Windows, commercial and not cheap)
redis running on Linux boxes with Service Stack as .NET client from Windows (open source)
ScaleOut StateServer (Windows, commercial)
如果 membase 没有某些功能,请尝试以下其中一项:
Microsoft 的 Server AppFabric(代号 Velocity,而不是 Azure AppFabric)
http://msdn.microsoft.com/en-us/windowsserver/ee695849
如果您需要替代方案,有一个名为 ncache 的第三方解决方案:
http://www.alachisoft.com/ncache/
If membase doesn't have some of the features, try one of these:
Microsoft's Server AppFabric (codename Velocity, NOT Azure AppFabric)
http://msdn.microsoft.com/en-us/windowsserver/ee695849
There's a 3rd party solution called ncache if you need an alternative:
http://www.alachisoft.com/ncache/
像甲骨文那样?定义您的“企业”需求,还是只是 Windows 上的 memcached?
http://www.oracle.com/technetwork/database/options /imdb-cache/index.html
http://www.membase.com/products-and-services/memcached
Like Oracle? Define your "enterprise" requirements, or just memcached on Windows?
http://www.oracle.com/technetwork/database/options/imdb-cache/index.html
http://www.membase.com/products-and-services/memcached
我们正在从 NCache(几年前与 ScaleOut 进行比较后实现)过渡到 Membase (http:// /www.membase.com/)出于成本和其他原因。
We are in the process of transitioning from NCache (implemented a few years ago after comparing it to ScaleOut), to Membase (http://www.membase.com/) for cost and other reasons.
另请查看 Memurai - Windows 版 Redis。它是 Redis 的稳定且可用于生产的 Windows 端口。开发者版是免费的。
Check out also Memurai - Redis for Windows. It is a stable and production ready Windows port of Redis. The Developer Edition is free.