Class ProcessWorker

java.lang.Object
org.ojalgo.concurrent.ProcessWorker

public abstract class ProcessWorker extends Object
Child JVM entrypoint. Reads ExternalProcessExecutor.ProcessRequests from stdin, invokes the specified method via reflection, and writes a ExternalProcessExecutor.ProcessResponse to stdout for each request. Stdout is reserved for IPC. Any normal System.out printing is redirected to stderr to avoid corrupting the binary protocol.