hack2-handler-mongrel2-http: Hack2 Mongrel2 HTTP handler

[ bsd3, library, web ] [ Propose Tags ]

Hack2 Mongrel2 HTTP handler


[Skip to Readme]

Modules

  • Hack2
    • Handler
      • Hack2.Handler.Mongrel2HTTP

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2011.6.22, 2011.6.24, 2011.6.25, 2011.10.31
Change log changelog.md
Dependencies aeson, air, attoparsec, base (>=4.0 && <5), blaze-builder (<0.4), blaze-textual, bytestring, case-insensitive (<0.3), containers, data-default (>=0.2), directory, enumerator (<5), hack2 (>=2011.6.20), mtl, network, safe, text, unix, zeromq-haskell [details]
License BSD-3-Clause
Author Jinjing Wang
Maintainer Jinjing Wang <nfjinjing@gmail.com>
Category Web
Home page https://github.com/nfjinjing/hack2-handler-mongrel2-http
Uploaded by JinjingWang at 2011-06-22T16:39:38Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2929 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-27 [all 6 reports]

Readme for hack2-handler-mongrel2-http-2011.6.22

[back to package description]

Serving Hack2 application with the great Mongrel2 server

  • enumerator enabled, constant memory consumption when enumerator all the way down

Know Issue

  • Server run loop is naive ><
  • default start 10 instances, which might not be the right way to run mongrel2 apps
  • Very early stage in development