David Heinemeier Hansson wrote: > I have had an intent to make Madeleine work even more transparently > with Rails for a long time, though. I don't know when I'll have the > time to work on it. But basically, I think there's a bunch of stuff > around managing the Madeleine server instance and calling > command-generating methods that could be made substantially easier. The biggest problem with Madeleine in the context of web applications is concurrency. It cannot be used it in multi-process mode. I wonder if it would be technically feasible to have some sort of a backend/frontend separation, where a Madeleine backend would be a separate process, and a Madeleine-enabled frontend would connect to it if it's already there, or start it automatically and then connect if it's not. Hmm... sounds like a Madeleine feature wish. :) -- Best regards, Alexey Verkhovsky Ruby Forum: http://ruby-forum.org (moderator) RForum: http://rforum.andreas-s.net (co-author) Instiki: http://instiki.org (maintainer)