Refactoring

Results 8 comments of Refactoring

最近也发现存在此问题,服务端0.26.9和0.26.10都存在CPU 90%多。并且只要客户端连接后,服务端内存会持续增长,不释放,只能杀进程。 Server: - OS: Windows Server 2008 R2 - ARCH: Amd64 - Tunnel TCP - Version 0.26.9,0.26.10 Client: - OS: Windows Server 2016 - ARCH: Amd64 - Tunnel TCP...

各位,看下客户端配置中是不是开了压缩? #600 我这关闭了压缩,CPU稳定了,但TCP连接疯涨,开了4个客户端,4000多个连接。 通过Socks方式,远程安装客户端的电脑,服务端内存还是会持续增长。

@etboy-b Whether this treatment can achieve your needs? ``` [ServiceContract] public interface IServiceContract : IServiceContractA, IServiceContractB { } [ServiceContract] public interface IServiceContractA: { } [ServiceContract] public interface IServiceContractB: { }...

g2plot v2.X改了实现, 使用`AntDesign.Charts.Column`, 设置`IsStack`,`SeriesField`来实现。 具体变更说明: [G2Plot 2.0 Upgrade guide](https://g2plot.antv.antgroup.com/en/manual/upgrade)

@imaben 群满了,加不了。 求个自助编译的文档撒.

@niqingyang 前天折腾了半天,自己编译过了。 Swoole Compiler了解过,小项目还没收入啊。 等有了收成,再购买它。

## Windows编译PHP拓展 ### 1.离线下载并安装`Build Tools`(对应`Visual Studio 2017`) 下载连接:[vs_buildtools.exe](https://download.visualstudio.microsoft.com/download/pr/4e797bd4-2523-44a1-94e6-b1fc7eb64a17/5a44c814b6ebad019bea318357abc459/vs_buildtools.exe) 离线下载脚本: ``` vs_buildtools.exe --layout E:\VS2017BuildTools --add Microsoft.VisualStudio.Workload.VCTools --lang zh-CN ``` ### 2. 下载,解压`PHP-SDK`工具包 https://github.com/Microsoft/php-sdk-binary-tools ### 3. `PHP-SDK`配置,加载 ``` # 命令行进入解压路径,按自己需求执行对应的批处理脚本 >phpsdk-vc15-x64.bat $>...

@jenawant 5.6我这也没有成功,放弃5.6了。我编译环境太多,最后再没折腾。 服务器自己有权折腾,就升级吧,同样的代码7.x性能好的不得了(开启opcache)。