You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@couchdb.apache.org by Ben <be...@ducktyped.com> on 2008/10/28 19:58:26 UTC

couchdb's ruby libraries are hampered by Net:HTTP slowness

Hi everyone,

I did some profiling and benchmarking on couchdb and ruby, and found out 
that connecting via couchrest was abnormally slow, and found that 
Net::HTTP appears to be at fault.

This is relevant for building production-quality ruby http clients to 
interface with couchdb.

Here's my full writeup: 
http://ducktyped.com/2008/10/28/couchdb-ruby-libraries-are-fundamentally-flawed

Thoughts?

Thanks,
Ben