Wildfly 和过程控制器

Wildfly and Process controller

我在 Jboss 文章中看到了 进程控制器 的术语,但我在官方文档中找不到任何描述。

所以问题是:它是什么?这是一个古老的概念吗?如果是这样,替代品是什么?

进程控制器是一个很小的Java进程,负责在域控制器和主机控制器之间进行调解。你对它没有太多的控制,因为它是在主机控制器启动时产生的,除了你可以定义它监听的本地端口和地址:

   --interprocess-hc-address=<address> Address on which the host controller
                                       should listen for communication from
                                       the process controller


   --interprocess-hc-port=<port>       Port on which the host controller
                                       should listen for communication from
                                       the process controller