交易
指应用系统中实现某项联机业务功能的程序实例
批量/作业
指应用系统中实现某项非联机业务功能的程序实例。
batch jobs是临时存在的进程
A batch job is a computer program or set of programs processed in batch mode. This means that a sequence of commands to be executed by the operating system is listed in a file (often called a batch file, command file, or shell script) and is submitted for execution as a single unit. The opposite of a batch job is interactive processing, in which users enter individual commands to be processed immediately.
参考文献:
https://wenwen.sogou.com/z/q834079171.htm
(理解的不一定正确,只是做个笔记。)

1339

被折叠的 条评论
为什么被折叠?



