当我进行负载测试时,VS2008 和 VS2010 有什么区别?
我有一个项目,我想对其进行一些负载测试。
我现在有 VS2008 测试版,但还有另一个选择:VS2010 Ultimate。
我应该在 VS2010 Ultimate 上进行负载测试吗?
这是更好的选择吗?
为什么?
VS2008和VS2010有什么区别?
I have a project and I want to do some load testing to it.
I have a VS2008 test Edition now, but there is another choice: VS2010 Ultimate.
Should I do my load testing on VS2010 Ultimate?
Is it a better choice?
Why?
What's the difference of VS2008 and VS2010?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
主要区别在于 Visual Studio 代理许可已更改。 2008 年为每 cpu 许可证,2010 年为每 1000 个虚拟用户许可证。
这意味着 2010 年在多台机器的负载测试方面比 2008 年更加灵活。
由于您获得了 2008 年测试版的许可,因此您可能需要支付更多费用(双倍?)才能获得 2010 年终极版的许可,除此之外没有任何理由使用VS2008。
这里是一篇专门提到新内容的文章。
2008 年我还没有错过这些项目。
The main difference is that the Visual Studio agent licencing has changed. 2008 has a per cpu licence and 2010 is licences per 1000 virtual users.
This means that 2010 is significantly more flexible than 2008 for load testing with multiple machines.
As you are licenced for the Test Edition of 2008, you may have to pay more (double?) to get a licence for 2010 Ultimate, other than that there is no reason to use VS2008.
Here is an article with specific mention to the new stuff.
I have not missed those items in 2008 (yet).