CouchDB: CouchDB interface

[ bsd3, database, library ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.8.0.1, 0.8.0.2, 0.8.0.3, 0.8.0.4, 0.8.1.0, 0.8.1.1, 0.8.1.2, 0.10.1, 1.2, 1.2.1, 1.2.2, 1.2.3
Dependencies base, containers, hslogger (>=1.0.5), HTTP, json (>=0.3.3), mtl, network (>=2.2.0.0) [details]
License BSD-3-Clause
Copyright Copyright (c) 2008 Arjun Guha and Brendan Hickey
Author Arjun Guha, Brendan Hickey
Maintainer Arjun Guha <arjun@cs.brown.edu>
Category Database
Home page http://github.com/arjunguha/haskell-couchdb/
Uploaded by ArjunGuha at 2008-09-06T23:15:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 10565 total (26 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for CouchDB-0.8.0.2

[back to package description]
CouchDB 0.8.0
-------------

This release is for CouchDB 0.8.0.


HTTP-3001.0.4
-------------

The HTTP-3001.0.4 library suffers from a memory leak.  It doesn't close sockets,
so after opening and closing many connections, your application will have "too
many open files."

This bug can affect any long-running application that uses the CouchDB library.
Until this library is updated, you will have to patch it yourself.   Potential
fixes were discussed in this thread on Haskell Cafe:

http://www.haskell.org/pipermail/haskell-cafe/2008-August/046334.html