Wait controls whether xinetd handles one connection at a time ( wait = yes ) or multiple connections at a time ( wait = no ). wait控制xinetd是每次处理一个连接(wait=yes),还是每次处理多个连接(wait=no)。
Wait : Specifying the wait suboption, db2pd only shows locks that transactions are currently waiting on, and the locks responsible for the wait situation. wait:如果指定wait子选项,则db2pd只显示事务当前正在等待的锁,以及对等待情形负责的锁。
To ensure that the script doesn't exit before all the remote commands have executed, you need to add a wait command to wait for the children of the script to finish. 要确保该脚本不会在执行所有的远程命令之前退出,您需要添加一个wait命令,以等待该脚本的所有子操作执行结束。
The wait argument tells Solr to wait for the thread to return before continuing. wait实参告知Solr在继续之前先等待线程返回。
The wait command is used to wait for termination of the sleep command. wait命令用于等待sleep命令的终止。