[
https://issues.jboss.org/browse/WFCORE-1147?page=com.atlassian.jira.plugi...
]
David Lloyd commented on WFCORE-1147:
-------------------------------------
We would need an acknowledgement from the server of operation results regardless of
whether stdin or socket were used for input channel, due to the buffering and unreliable
nature of sockets. Once a result is acknowledged, we can discard it; otherwise hang on
because we are either going to get an ack from the server or else the socket is going to
time out/die, in which case, when we get a new socket to connect to, we must retransmit
(in order) all our results.
Eliminate ProcessController
---------------------------
Key: WFCORE-1147
URL:
https://issues.jboss.org/browse/WFCORE-1147
Project: WildFly Core
Issue Type: Task
Components: Server
Reporter: David Lloyd
We should eliminate ProcessController and directly have the HC control the servers. This
should greatly simplify the code and add more power and flexibility to the management and
lifecycle of server JVMs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)