小编and*_*eas的帖子

我在哪里可以下载适用于Windows 8的WPF Performance Suite

这里描述了WPF Performance Suite:

http://msdn.microsoft.com/en-us/library/aa969767.aspx#installing_the_wpf_performance_suite

- >如何在Windows 8上安装它?

(无法安装Windows 7 SDK,Windows 8 SDK包含GPUView等性能工具,但不包含WPF剖析器"Perforator"和"Visual Profiler".

我用谷歌搜索了几个小时,但没有找到任何东西.

wpf .net-4.0 windows-8

28
推荐指数
2
解决办法
1万
查看次数

"-log"在MySQL版本中代表什么?

当我查询我的MySQL服务器版本(SELECT VERSION())时,它返回"5.7.16-log".那个"-log"代表什么?

这是社区版的标准下载.

mysql

11
推荐指数
1
解决办法
1142
查看次数

.NET:如何在System.Transactions中禁用升级?

是否可以使用System.Transactions编程模型而不支持分布式事务?

就像是

  TransactionConfig.DisablePromotion = true;
Run Code Online (Sandbox Code Playgroud)

.net msdtc

6
推荐指数
1
解决办法
4214
查看次数

UDP"连接"-Speed in C#

我描述了一些样板UDP代码,速度非常适合只发送一些少量数据(这是我的意图).

但与"发送"方法相比,"连接"方法"非常慢".这需要50 - 80毫秒: udpClient = new UdpClient(); udpClient.Connect("HOSTNAME", 11000);

然后,发送几乎不会被1毫秒分析,因为它的速度非常快: Byte[] sendBytes = Encoding.ASCII.GetBytes("Is anybody there?");

udpClient.Send(sendBytes, sendBytes.Length);

我想知道这种"连接"方法是做什么的,因为UDP在设计上是无连接的.

如果我省略了connect方法,那么每次调用发送速度会变慢: udpClient.Send(sendBytes, sendBytes.Length,"HOSTNAME",1100);

有机会改善"连接"速度吗?

免责声明:我知道UDP是不可靠的,但对于我的应用程序(客户端统计数据,无论如何都不是100%准确),如果包的顺序错误并且甚至一些丢失的包都不会杀了我也没关系.

c# performance udp

3
推荐指数
1
解决办法
1549
查看次数

标签 统计

.net ×1

.net-4.0 ×1

c# ×1

msdtc ×1

mysql ×1

performance ×1

udp ×1

windows-8 ×1

wpf ×1