From: Aredridel Date: 2005-04-10T00:58:10+09:00 Subject: Re: Rails and Madeleine > 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. :) > I was thinking that a madeleine run that way could be a lot simpler, since the backend-separation means you don't have to have the complex code to figure out whether the object is inside madeleine or outside. dRb + auto-spawn-if-connection-refused would be perfect.