@hackage happstack-state6.1.4

Event-based distributed state.

Unplug your machine and restart and have your app recover to exactly where it left off. Happstack-State spares you the need to deal with all the marshalling, consistency, and configuration headache that you would have if you used an external DBMS for this purpose. Its component model makes it easy to compose big applications from smaller reliable parts. Use event subscription to trigger IO actions and support comet-style or irc-bot applications.

  • Deprecated

  • Dependencies (0)

  • Dependents (0)

  • Package Flags

      base4
       (on by default)
      tests
       (off by default)

      Build the testsuite, and include the tests in the library

      replication
       (off by default)

      Enable state replication through a central serialization service.