Hi All, On Fri, Apr 11, 2008 at 9:48 PM, Daniel Zacarias <[EMAIL PROTECTED]> wrote:
> > Hello, > > I'm thinking of using the rufus rails plugin in my app. The thing that > I still don't know is how it would work with a mongrel setup. > > If the engine is started by a rails instance and then accessed as a > variable, how can the other rails instances have access to it? if you need to access from several rails instances to a single engine instance, i suggest you to use kisha. If you start a rails instance with an engine instance within, the latter is running within a ruby interpreter instance: i think it is not possible for the other rails instances ( which are running in other ruby instances ) to access to the (engine) variable present in the first rails instance. With kisha this is possible, even if you don't access direclty to the engine variable present in its rails instance. This should not be a problem for you, and indeed i think this really an advantage, because you have a comfortable REST interface, whose usage is almost straightforward. hope this helps, Tomaso > > > Cheers, > Daniel Zacarias > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
