Storage of data
|
Methods and log files are stored in a folder shared
between the local and the remote UNICORN.
|
Communication
|
The local and the remote UNICORN use either named pipes
or sockets to send commands and data between them.
|
Log files in a network setup
|
While running, the local UNICORN system writes logs
on the local hard drive. When the run is over, it copies them to
the network drive where log files are stored.
|
Named pipes communication
|
From the remote UNICORN, commands are sent, e.g. “run
method foo.met”. From the local UNICORN, messages and trend data
are sent to the remote UNICORN.
|
Network failure in the middle of a run
|
The local UNICORN will continue the run and store log
file on the local hard
drive when the run is over.
|
Access to the network drive while running
|
When a method is started it is copied from the network
drive to a local directory. During the run the method is read from
the local directory.
|
Server in a UNICORN network setup
|
UNICORN requires a directory for log files and method
templates to be accessible by both the local and the remote UNICORN.
It is generally a good idea to use a directory on a Windows server
for easy backup.
|