4

我们在应用程序中使用了一些 Azure 特定功能(主要是 blob 存储)。通过 Blob 存储,我们想出了如何在不需要缓慢的 Azure 模拟器的情况下运行它。

我们现在正在试验 Azure 缓存预览版。它做了一些非常酷的事情,并且可以帮助解决我对我们的一些功能的一些性能问题,但是如果没有它在模拟器或 Azure 生产环境中运行,我还没有让它工作。

那么,有什么已知的方法可以让它自己工作吗?必须在模拟器中运行我们的应用程序才能完成任何事情是一种破坏交易,特别是对于我们的一些开发人员在没有固态驱动器的机器上。

4

2 回答 2

3

As of now, Azure Cache cannot be run locally without the devfabric emulator. Although the devfabric emulator adds to load time it helps evaluate the caching service in a manner that is uniform to the cloud and helps avoid surprises. The caching service uses a number of Azure environment features for parity on cloud and on-prem for testing.

If you are hitting issues with respect to Azure cache on devfabric times, could you tell me the extra load time added ? Use the dev config store for a faster load time, once your app loads up it shouldnt take up much extra time.Also considering removing logging etc.

于 2012-10-23T19:11:29.553 回答
0

Azure AppFabric 缓存是Windows AppFabric 缓存的一种实现,因此如果你想在没有模拟器的情况下运行缓存,你可以尝试在本地服务器上安装它。有一些区别,但是当您使用缓存预览而不是共享缓存时,这应该是一个太大的问题。

于 2012-10-22T20:36:08.997 回答