Skynet.Ant
1.0.0.10
dotnet add package Skynet.Ant --version 1.0.0.10
NuGet\Install-Package Skynet.Ant -Version 1.0.0.10
<PackageReference Include="Skynet.Ant" Version="1.0.0.10" />
<PackageVersion Include="Skynet.Ant" Version="1.0.0.10" />
<PackageReference Include="Skynet.Ant" />
paket add Skynet.Ant --version 1.0.0.10
#r "nuget: Skynet.Ant, 1.0.0.10"
#:package Skynet.Ant@1.0.0.10
#addin nuget:?package=Skynet.Ant&version=1.0.0.10
#tool nuget:?package=Skynet.Ant&version=1.0.0.10
SkynetAnt分布式计算框架 引用Dll
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0.10 | 131 | 9/13/2013 |
1.0.0.10 [2013.09.12]
=============================================
1、添加节点启动(AntNode AntService)自定义处理事件支持:实现INodeLoadEventHandler接口,在
2、修改部分Bug:停止节点失败(Kill进程拒绝访问)
1.0.0.9 [2013.09.10]
=============================================
1、MPAPI 替换:改用WCF 实现;
2、去除IAntTaskContext\IAntTaskProvider AntTaskName 属性:减小 Ant.config 中 Context实现与 task 配置的依赖;
3、多IP的支持 :自动根据 Ant.config 服务器IP配置范围设置每个节点的WCF宿主IP地址;
4、添加计算节点antnode内部并发路数配置:例如: <node port="8003" task="kws" count="4"/>
5、部分单实例中集合对多线程支持的优化;
6、修改部分Bug:启动或停止所有节点失败(如果有一台不能Server没有启动)
1.0.0.8 [2013.08.13]
=============================================
1、服务器节点 添加数据端口(目的同一类型服务能宿主多个)
2、App.exe.config 配置服务地址移至 Ant.config
1.0.0.7 [2013.08.06]
=============================================
1、合并MPAPI.dll
1.0.0.6 [2013.08.02]
=============================================
1、 task计算节点内部并发数可配置;
2、 TaskProvide数据供给局部优化;
1.0.0.5 [2013.07.22]
=============================================
1、 添加Web控制台;
2、 Ant统一配置管理(Web 中的Ant.config)