Hi, This is not really rails related... but a question about Mongrel. I can''t seem to find this information anywhere. We''ve got an application here running Apache Solr/Lucene and am interested in having a cluster of Mogrel''s + Apache w/load balancer run it. Anyone have any idea how this can be done? Any of the most tiniest of hints would be greatly cherished! Matt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 4/2/07, goodieboy <goodieBoy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > This is not really rails related... but a question about Mongrel. I > can''t seem to find this information anywhere. We''ve got an application > here running Apache Solr/Lucene and am interested in having a cluster > of Mogrel''s + Apache w/load balancer run it. Anyone have any idea how > this can be done? Any of the most tiniest of hints would be greatly > cherished!I don''t know offhand, but there is a mongrel user''s list: http://rubyforge.org/mailman/listinfo/mongrel-users -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Matt, I recently had to write a service that ran on "raw Mongrel". An online copy of the docs are available here: <http://mongrel.rubyforge.org/rdoc/> Most of my heavy lifting was done inside a Mongrel::HttpHandler registered with the server. I''d start with the Mongrel::HttpServer documentation, and there are examples scattered throughout. -Mike -- http://mike.filespanker.com/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---