性能提示 [英] Performance Tip

查看:62
本文介绍了性能提示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何确保应用程序的问题不是由Commerce Server 2009造成的?

How can anyone make sure that problem with Application is not due to Commerce Server 2009?

另外,建议可以为ASP.NET提供最高性能的最佳实践/ MOSS with commerce server 2009。

In other way, suggest best practices which will give maximum performance for ASP.NET / MOSS with commerce server 2009.

推荐答案

Mitesh,

Mitesh,

你想要1 Billon

you want 1 Billon


回复帖子:)。

在开发商务应用程序时,您应该遵循许多最佳实践。例如,目录系统或订单系统。在那之后,部署也是一个挑战。任何配置更改都会导致性能下降。例如,将
注册表值UnsafeAuthenticatedConnectionSharing从零(0)更改为值一(1)将获得一些性能,因为它为多个请求打开多个连接字符串,而不是对所有请求使用相同的连接。

There are many best practices you should follow while developing commerce application. For example, catalog system or order system. After that, deployment is also a challenge. Any configuration change will lead to performance degrade. For example, Changing the registry value UnsafeAuthenticatedConnectionSharing from zero (0) to the value one (1) will gain some performance as it opens multiple connection strings for multiple requests, instead of using same connection for all requests.

我的建议是去&使用dotTrace并检查哪个方法花费时间或成为流程中的瓶颈。在此基础上,您可以缩小故障排除范围。

My recommendation is to go & use dotTrace and check which method is taking time or becoming bottleneck in the process. Based on that you can narrow down your troubleshooting.


这篇关于性能提示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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