Jump to: navigation, search

Difference between revisions of "Obsolete:QuantumCoreDaemon"

 
m (Text replace - "__NOTOC__" to "")
Line 1: Line 1:
__NOTOC__
+
 
  
 
Initially the core daemon will be pretty simple, performing basic initialization, loading the plugin class, starting the API webserver, etc.   
 
Initially the core daemon will be pretty simple, performing basic initialization, loading the plugin class, starting the API webserver, etc.   

Revision as of 23:30, 17 February 2013


Initially the core daemon will be pretty simple, performing basic initialization, loading the plugin class, starting the API webserver, etc.

We can potentially modeled it on: https://github.com/khussein/keystone/blob/master/echo/echo/echo.py

The assumption should be that you can start multiple of these daemons on multiple servers to "scale-out", assuming the plugin supports it.