Happstack.State.Control
Documentation
startSystemState :: (Methods a, Component a) => Proxy a -> IO (MVar TxControl)
Starts the MACID system without replication support. Uses the default behavior of saving the state into the _local directory.
startSystemStateAmazon :: (Methods a, Component a) => ApplicationName -> Proxy a -> IO (MVar TxControl)
processLoggingFlags :: IO a -> IO a
Returns the default Saver. It will save the application state into the _local directory.
Wait for a signal.
On unix, a signal is sigINT or sigTERM. On windows, the signal
is entering e
.