Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
CHANGELOG entry for connection pooling.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbisbee committed May 24, 2011
1 parent d8b1748 commit 7cb67bc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Expand Up @@ -13,6 +13,12 @@ Breaking Changes

New Features

* We now support connection pooling for sockets with HTTP's Connection:
Keep-Alive. This means we no longer open and close a socket for each
request made (better performance). No management is provided for the
maximum number of sockets that can be kept open, since this should be done
at the operating system level (ulimit or pam for Linux/Unix). (closes #15)

* Added the examples/ directory with an example of how one could store PHP
session data in CouchDB. Related blog post:
http://weblog.bocoup.com/storing-php-sessions-in-couchdb
Expand Down

0 comments on commit 7cb67bc

Please sign in to comment.