| Module | MUES::Engine::State |
| In: |
lib/mues/engine.rb
(CVS)
|
Container module for Engine State constants. This module contains the following status constants:
| STOPPED: | halted, not accepting connections, no threads are running. |
| STARTING: | starting up, not accepting connections, main server threads and thread queue are starting. |
| RUNNING: | running normally, accepting connections, all threads are running. |
| SHUTDOWN: | halting, not accepting connections, all threads are exiting. |
| STOPPED | = | 0 |
| STARTING | = | 1 |
| RUNNING | = | 2 |
| SHUTDOWN | = | 3 |