On Sat, Apr 12, 2008 at 4:48 AM, 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?
Hello Daniel, I have no clue about multiple rails/mongrel instances. I'm happily using a vanilla rails on mongrel instance at http://difference.openwfe.org and its uptime is excellent (I only restart it when upgrading). Granted, there is not much stress for it, two or three visits per day on the low average. I have developed a "restful wrapper for OpenWFEru" (see http://jmettraux.wordpress.com/2007/12/20/restful-workflow-engine/ ) that I'm currently [considering] rewriting on top of Sinatra (http://sinatrarb.com). You could have front rails/mongrel instances accessing one backend [restfully wrapped] engine. It also depends on the type of [business] processes you want to run. Maybe 1 [transient] engine per rails/mongrel is OK for you. Maybe someone with Rails knowledge on this list will answer with better suggestions. Best regards, -- John Mettraux -///- http://jmettraux.openwfe.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
