29 lines
644 B
Plaintext
29 lines
644 B
Plaintext
|
|
# Script to execute the commands used in the document
|
||
|
|
#
|
||
|
|
# "Distributed Query Processing in Secondo"
|
||
|
|
#
|
||
|
|
# The database on the master must contain data from
|
||
|
|
#
|
||
|
|
# nordrhein-westfalen-latest-free.shp
|
||
|
|
#
|
||
|
|
# imported using the script nrwImportShapeNew.psec
|
||
|
|
#
|
||
|
|
# The database must be open and the variables WORKERS and NSlots must
|
||
|
|
# have been set in the script testDistAlgA.sec. Monitors for the WORKERS must be
|
||
|
|
# running.
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
# Comment in the following lines for repeated use.
|
||
|
|
|
||
|
|
# @Scripts/testDistAlgAUndo.sec
|
||
|
|
|
||
|
|
# @Scripts/testDistAlgBUndo.sec
|
||
|
|
|
||
|
|
# Define the file transfer port
|
||
|
|
let ftport = 1334
|
||
|
|
|
||
|
|
@@Scripts/testDistAlgA.sec
|
||
|
|
|
||
|
|
@@Scripts/testDistAlgB.sec
|