DCDComponent.startServer

This will start the dcd-server. If DCD does not support IPC sockets on this platform, will use the TCP port specified with the port property or init config.

Throws an exception if a TCP port is used and another server is already running on it.

class DCDComponent
void
startServer
(
string[] additionalImports = []
,
bool quietServer = false
,
bool selectPort = false
)

Parameters

additionalImports string[]

import paths to cache on the server on startup.

quietServer bool

if true: no output from DCD server is processed, if false: every line will be traced to the output.

selectPort bool

if true, increment port until an open one is found instead of throwing an exception.

Meta