On Tue, Dec 11, 2012 at 12:12 AM, Holger Krekel <[email protected]>wrote:
> I found the reason. After i discovered that if i open a requests.Session
> and perform requests from there, it became as slow as the couchdbkit
> connection. The issue is that couchdb by default seems to delay TCP
> replies on a http-1.1 persistent connection. Configuring couchdb like
> this:
>
> [httpd]
> socket_options = [{nodelay, true}]
>
> makes couchdbkit indeed faster than requests.
>
>
Odd, sounds like there is something wrong somewhre. Can you eventually try
with the upcoming version of couchdb (branch 1.3 ?)
- benoƮt