提交 39a1675a 编写于 作者: xc13262215230's avatar xc13262215230

外网云服务编译测试1

上级 2a8256fb
......@@ -519,6 +519,17 @@ string, 内部都会自动执行new/delete过程,这个过程很消耗系统
进行性能瓶颈的优化。这个就是c++相对于java/csharp等语言的优势所在。可以兼顾
性能。
96.外网测试:将基于网络通信引擎开发的建议的网络服务器httpserver架设在外网,
比如阿里服务器。验证在远程服务器上面测试是否存在问题。
97.通过dos窗口ping域名[ping www.baidu.com]可以查看对应域名的主机的IP信息。
网络延迟时间:本地主机ping另一台主机,并收到回复消息整个过程所消耗时间段。
比如,http请求(数据请求)+http应答(数据应答),大概1秒中可以进行20余次。
98.域名是IP地址的另外一种展现形式,本质也是IP地址信息,为了可读性和封装性。
......
......@@ -75,6 +75,7 @@
<ClCompile Include="Server.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\bin\Debug\TcpEasyServer_linux_ipv4.sh" />
<None Include="config\WebEasyServer_wins_ipv4.bat" />
<None Include="www\html_test.html" />
<None Include="www\index.html" />
......
......@@ -29,5 +29,8 @@
<None Include="www\index.html">
<Filter>头文件</Filter>
</None>
<None Include="..\..\bin\Debug\TcpEasyServer_linux_ipv4.sh">
<Filter>头文件</Filter>
</None>
</ItemGroup>
</Project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册