The functions communicates the server address via setting the
JULIACONNECTOR_SERVER
environment variable.
A possible value for the variable is "localhost:11980".
The JULIACONNECTOR_SERVER
variable is communicated automatically via
the system environment to child processes that are started after this
function has been called.
The child processes will then connect to the same Julia server if the
variable is set.
The variable can also be set explicitly in child processes before connecting
to Julia to connect to a running server.
Unsetting the variable will result in a normal Julia start-up in the first
call to Julia, using a single-client Julia session.
For security reasons, the Julia server accepts only connections
from localhost.
For using Julia with multiple clients, it can be good to advise Julia to
use multiple threads via setting the JULIA_NUM_THREADS
environment
variable before starting Julia.