简体   繁体   English

为所有部署创建专用的内存缓存

[英]Create a dedicated memcache for all the deployments

I am trying to setup a cloud service of n dedicated roles acting as a dedicated cache ( https://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/#getting-started-cache-role-instance ). 我正在尝试设置由n个专用角色充当专用缓存的云服务( https://www.windowsazure.com/en-us/develop/net/how-to-guides/cache/#getting-started-cache -role-instance )。

I would like to have a single cloud service providing memcache to all other roles (in other cloud services). 我希望有一个云服务为所有其他角色(在其他云服务中)提供内存缓存。 Looking to Microsoft's samples, I only can find cloud service deployments with some dedicated cache roles (config with autodiscover=true). 查看Microsoft的示例,我只能找到具有某些专用缓存角色(使用autodiscover = true进行配置)的云服务部署。

Is it possible to have just a single cloud service providing the feature to the other services? 是否可能只有一个云服务向其他服务提供功能?

Anyone can show me a sample (just how to configure security for the host & clients) 任何人都可以给我看一个示例(只是如何为主机和客户端配置安全性)

Thanks 谢谢

I reached Microsoft and they told to me: this is not possible at the moment (without custom solutions). 我到达Microsoft时,他们告诉我:目前无法实现(没有自定义解决方案)。 The current cache only works with the self deployment. 当前缓存仅适用于自我部署。 More info at: 有关更多信息,请访问:

http://msdn.microsoft.com/en-us/library/hh914161#Concept_CacheClusters http://msdn.microsoft.com/en-us/library/hh914161#Concept_CacheClusters

Good news, will be possible in the future. 好消息,将来有可能。

您可以使用SASL进行身份验证-https: //code.google.com/p/memcached/wiki/SASLAuthProtocol

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 所有部署的报告超过1周和1个月 - Report of all deployments over 1 week and 1 month 查找所有停止或没有部署的云服务(经典) - Find all Cloud Services (Classic) which are stopped or have no deployments Azure Web 在所有部署上不执行计时器触发器的作业 Function - Azure Web Job With Timer Trigger Not Executing Function on All Deployments Azure 部署 - 授权后看不到所有存储库 - Azure deployments - Can't see all repositories after authorizations 未找到使用部署模板资源和接收资源组,但所有其他部署工作 - Using Deployment Template resource and receiving resource group not found but all other deployments work 如何获取资源组的所有部署列表(包括那些可能具有相同名称的部署)? - How do I get a list of all deployments for a resource group (including those that may have had the same name)? 我们能否从单个 devops 存储库为多个 Web 应用程序创建多个部署 - can we able to create multiple deployments from single devops repositary, for multiple web apps Azure Synapse:可以从 Synapse Notebook 创建/部署 ONNX model 到专用 sql 池吗? - Azure Synapse: Possible to create/deploy ONNX model to dedicated sql pool from Synapse Notebook? FluentMigrator和Azure部署 - FluentMigrator and Azure deployments 奥尔良多区域部署 - Orleans Multi Region Deployments
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM