X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=conclusion.tex;h=1b2e533446c365eefae5e7e0dbcd2b32f3f0b76c;hb=36149fe97302e46248ceecfd8ef39faaea19991b;hp=e493a5bf1471c92c92132cee51232b9d0679ac0d;hpb=514965291a1999329cab3dd5f846a0ecce72cec7;p=msc-thesis1617.git diff --git a/conclusion.tex b/conclusion.tex index e493a5b..1b2e533 100644 --- a/conclusion.tex +++ b/conclusion.tex @@ -68,7 +68,7 @@ flow between \gls{mTask}-\glspl{Task}. In this way the new system follows the mentioned extension such as the parallel combinator. Others might be achieved using simple syntactic transformations. -\paragraph{Launch \glspl{Task} from a \gls{Task}: } +\paragraph{Launch \glspl{Task} from a \gls{Task}: }\label{par:tasklaunch} Currently the \gls{C}-view allows \glspl{Task} to launch other \glspl{Task}. In the current system this type of logic has to take place server side. Adding this functionality to the bytecode-view allows greater flexibility, easier @@ -133,5 +133,5 @@ generating \gls{C} code are not usable for dynamic \gls{Task} environments. The dynamic nature also allows the programmer to design fail-over mechanisms. When a device is assigned a \gls{Task} but another device suddenly becomes unusable, the \gls{iTasks} system can reassign a new \gls{mTask}-\gls{Task} to -the first device that possibly takes over some of the functionality of the -broken device without needing to recompile the code. +another device that is also suitable for running the \gls{Task} without needing +to recompile the code.