哪种缓存API方法锁定? [英] Which cache API methods lock?

查看:81
本文介绍了哪种缓存API方法锁定?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试对AppFabric缓存进行一些性能调整。 查看负载测试结果会让我相信调用GetObjectsInRegion会在调用期间锁定该区域,但BulkGet不会这样做。 是否有关于各种方法的锁定行为的文件


 


祝你好运,


David

解决方案

这些api都没有锁定该区域。顺便说一下,关于缓存的文档可以在:


http://msdn.microsoft.com/en-us/library/ff384253.aspx


是什么让你认为这些api是锁定区域?


I'm trying to do some performance tuning on our AppFabric cache.  Looking at load test results leads me to believe that calling GetObjectsInRegion is locking the region for the duration of the call, but BulkGet doesn't.  Is there any documentation available about the locking behaviour of various methods?

 

Best regards,

David

解决方案

None of these api locks the region. By the way documentation about cache is available at:

http://msdn.microsoft.com/en-us/library/ff384253.aspx

What makes you think that these api are locking regions ?


这篇关于哪种缓存API方法锁定?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆