Skip to content
  • Tobias Hunger's avatar
    server-mode: Introduce cmServerConnection · 1d601c6c
    Tobias Hunger authored and Brad King's avatar Brad King committed
    Use it to split pipe and stdin/out handling out of cmServer itself.
    
    The server will shut down when it looses its connection to the client.
    This has the nice property that a crashing client will cause the server
    to terminate as the OS will close the connection on behave of the client.
    1d601c6c