[jboss-jira] [JBoss JIRA] (WFCORE-1147) Eliminate ProcessController
David Lloyd (JIRA)
issues at jboss.org
Mon Nov 23 11:37:00 EST 2015
[ https://issues.jboss.org/browse/WFCORE-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132825#comment-13132825 ]
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)
More information about the jboss-jira
mailing list