Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 851 Bytes

File metadata and controls

9 lines (7 loc) · 851 Bytes

Task Process System

TPS(Task Process System) is a system can be described as following.

  • A task based system. "Task" is the basic unit. A task can be a sequence of business processes/data flow. Every function/feature supported by the system will be described as a task. And the system can be extended by supporting more and more tasks.
  • The processing module of TPS system receive tasks and process them one by one asynchronously in different threads. The target of the processing module is a stable and high-throughput distribution&calculation center.
  • Fetching data via http/https, EMS, web services, Data persistence, Data Analysis, Notifications, ..., all the features will be added to TPS for supporting different tasks.

Please refer to the Wiki pages for more.