gevent is based on an eventloop to do the scheduling, it's quite different than the scheduling done in offset and offset will soon support the possibility to launch your goroutin on different OS processes for //. More over gevent monkey-patch the standard library which make sometimes the integration with your code difficult, offset however use its own syscall module.
Also the implementation of channels or stackless in pypy is a little different than the one you can find in offset (or go for that matter). offset channels support buffering, and you can also select them. offset like the implementation of stackless in pypy is using the continulets to do the job when you are using in pypy and python-fibers on cpython which bind the stacklet lib from pypy as well.
It is also working for Pypy. this is a different impementation from Python Stackless and also give you the possibility to select operations just like in Go.
"As long as you have not compacted since installing 1.0.0 and triggering the bug, this tool can help you avoid any data loss. Because CouchDB has an append-only file format, the tool is able to recover any data written, even if your server has been restarted since then."
I think it's pretty relaxing imo to know your data are still here.
Like said david in comments of this post, gunicorn is specifically designed to run behind a proxy like nginx. You should use 2x or 2x+1 numbers of cores.
Also limiting its use to one worker is constraining any possibilities for concurrency in its responses. (grainbows built over gunicorn and using gevent or eventlet is better for that).
Some other servers in the tests have same kind of specifications.
I agree it may be too minimal. For next release I would like to keep the site minimalist but more open. I'm not sure how to to it right now though ....
yes that is a definitely good idea. I was busy with a lot of stuff since last update but new release is planned later this month. Among other feature you will have templates. But in a wiki way so you could edit them, reuse them, inherit & co (like mostly I think on mediawiki). Also semantic and linnks between docs will be improved. It's opensourced (http://bitbucket.org/benoitc/couchit/) so anyone can participate :)