Skip to content

1.3 Definition Changes

luosheng edited this page Jun 7, 2023 · 2 revisions

After 1.4.1, TaskManager changed to MachineJob, a Quartz.Net based scheduling tool that is more flexible to use. This tool is based on Job Chaining.
After 1.4.1, TCP and UDP changed to DotNetty that can hold more connections.

Before 1.3.2

BaseUtility - Low Level API

BaseMachine - Middle Level API

TaskManager - High Level API

After 1.3.9

BaseUtility - Low Level API

BaseMachine - High Level API

TaskManager - Thread Scheduling Tool

After 1.4.1

ProtocolLinker - Low Level API

BaseUtility - Middle Level API

BaseMachine - High Level API

MachineJob - Quartz Scheduling Tool

Home

Clone this wiki locally