From 38be867cbacba459bb1947d2a3fb260c36c1c3d3 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sat, 19 Dec 2015 23:24:00 +0100 Subject: [PATCH] Updated Terminology (markdown) --- Terminology.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terminology.md b/Terminology.md index 5bca167..ad614dd 100644 --- a/Terminology.md +++ b/Terminology.md @@ -11,10 +11,10 @@ Graphical frontend of the whole ReCodex. This part is used by teachers and stude * **Submission** - Submission is one solution of given exercise, it is sent by student to frontend of ReCodEx. To this term we can include all additional information about source code or submitter. -## QeueueManager (ZeroMQ) +## QueueManager (ZeroMQ) Handle incoming requests from php backend and forward them to actual workers, also handle answers from workers which has to be saved to the central database. (possibly files can be transfered through QM). -## Worker (Iso-eval) +## Worker (IsoEval) Program which executes and evaluates tasks given by QM. Its internally divided into net part (communication with QM) and evaluation part which evaluates task itself. * **Job** - Basically structure which is transfered from QM (Aka. one request from QM is job). Internally set of tasks. Job itself is transfered in form of configuration file written in YAML. Typicaly, job is one standard submission, but there could be also benchmarking submission for configuring limits of exercise or maybe submission for determining hardware and software configuration of given worker. This classification have no effect for evaluating the job.