Hi all, Since 2 months, I'm fighting with couhdb database document server (http://www.couchdb.org) on openbsd but i have "performance" problem while connecting to it : https://issues.apache.org/jira/browse/COUCHDB-40
These problems are specific to openbsd, everything works on other os (bsd, osx or even linux. It seem like when you don't close properly the connexion with socket close() or http header "Connection: close" (you access to couchdb via http) on the client side, the server continue to listen on this socket/adress until it die, which it does not on other os. So When I launch multiple GET serially with curl, it take a long time between each request. Any idee what's going on and wher I have to look for to improve it ? - benont -- - benont