Skip to content

Execute commands without server

Average Dude requested to merge execute-commands-without-server into master

A executor server forces queues and commands can't be executed in parallel. Instead of the server taking care of that, there's a whole operating system that can take care of multiprocess environments.

So, we just remove the "server" (while loop) component from the executor and are left with an executor that we can call directly. The rest stays the same and the executor simply calls the command we pass to it through FF.

Merge request reports