start-server ( threaded-server -- threaded-server )
Threaded servers

Prev:Threaded server configuration
Next:stop-server ( threaded-server -- )


Vocabulary
io.servers

Inputs
threaded-servera threaded-server


Outputs
threaded-servera threaded-server


Word description
Starts a threaded server and returns after the server is fully running. Throws an error if any of the ports cannot be acquired.

Notes
Use stop-server or stop-this-server to stop the server.

Definition