From 00cd433c9bb141ccc755c1f15968bb91382939e6 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Thu, 10 Dec 2015 14:51:22 +0100 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Architecture.md b/Architecture.md index 0a70be8..7a44b57 100644 --- a/Architecture.md +++ b/Architecture.md @@ -11,6 +11,9 @@ - **Worker Core** can do all evaluating steps and is responsible for security of them. Sandbox [Isolate](https://github.com/ioi/isolate) is used. - **File Server Frontend** ensures via **File API** access to files on **File Server**, where are stored testing inputs and corresponding outputs for each task and other required files. It's possible to upload files, too. +### Internal Worker architecture +![Internal Worker architecture](https://github.com/ReCodEx/GlobalWiki/blob/master/images/Worker_Internal_Architecture.png) + ## File Server ![File Server Infrastructure](https://github.com/ReCodEx/GlobalWiki/blob/master/images/File_Server.png)