Difference between revisions of "Application execution mode"

From CCIL
Jump to: navigation, search
(Created page with "[http://cybercore.sourceforge.net CyberCore] is a server component container. Once started, it loads and initializes its components. Than it waits for the ''Break'' (Ctl-C) si...")
 
 
Line 1: Line 1:
[http://cybercore.sourceforge.net CyberCore] is a server component container. Once started, it loads and initializes its components. Than it waits for the ''Break'' (Ctl-C) signal.
+
[http://cybercore.sourceforge.net CyberCore] is a server component container. Once started, it loads and initializes its components. Than it waits for the ''Break'' (Ctl-C) signal. You can find more info about the server execution mode at the site of the platform.
  
 
CCIL brings a layer over it by providing alternative container, namely [http://ccil.sourceforge.net/releases/latest/apidocs/net/ccil/execution/CcilConsoleApp.html CcilConsoleApp].
 
CCIL brings a layer over it by providing alternative container, namely [http://ccil.sourceforge.net/releases/latest/apidocs/net/ccil/execution/CcilConsoleApp.html CcilConsoleApp].

Latest revision as of 21:32, 22 March 2017

CyberCore is a server component container. Once started, it loads and initializes its components. Than it waits for the Break (Ctl-C) signal. You can find more info about the server execution mode at the site of the platform.

CCIL brings a layer over it by providing alternative container, namely CcilConsoleApp.