Module ojalgo

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.
  • Constructor Details

    • ProcessWorker

      public ProcessWorker()
  • Method Details

    • main

      public static void main(String[] args)