You can download it at:
http://sleep.dashnine.org/download/moconti.tgz
This software lets you build Sleep apps consisting of templates
(think PHP with Sleep), an app file that can hook into different
URLs, and of course static files. The server gives each client a
cookie and calls functions within their app environment. This means
each user session looks like its own isolated thing. These
environments persist in memory but the server is smart enough to
expire them or start dumping them really fast when memory gets low.
Eventually I want to investigate making apps scalable and fault
tolerant by exploiting the ability to migrate the app environments.
The server Resin does something like this.
See the docs/readme.txt for more details.
-- Raphael