console

User-submitted code is evaluated in a Plugin created with the Jailed library. The code is executed in a sandboxed worker in order to prevent accessing the main application. The worker runs in a separate thread and does not slowdown the application in case of heavy loads. Too long evaluation times and infinite loops are prevented with a timeout. To reproduce, execute something like while(true); and see what happens.