Hey everyone, I''m looking for a thread safe ruby fast cgi dispatcher. I had seen one a while ago that was a hack / fix on this dispatcher (http://derrick.pallas.us/ruby-cgi/). Was written by a japanese guy I believe. I''m thinking that dispatcher from derrick is not thread safe.. I know this was an issue with initial rails releases but has since been fixed.. I''m not looking for anything particular to rails. More particular to a thread safe dispatcher to serve ruby on web. Thanks -Aaron -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---
If you''re not really looking for Rails, then look at Merb. It''s thread safe. http://merb.devjavu.com/ --Jeremy On 6/21/07, Aaron Smith <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > Hey everyone, > > I''m looking for a thread safe ruby fast cgi dispatcher. I had seen one a > while ago that was a hack / fix on this dispatcher > (http://derrick.pallas.us/ruby-cgi/). Was written by a japanese guy I > believe. I''m thinking that dispatcher from derrick is not thread safe.. > I know this was an issue with initial rails releases but has since been > fixed.. > > I''m not looking for anything particular to rails. More particular to a > thread safe dispatcher to serve ruby on web. > > Thanks > -Aaron > > -- > Posted via http://www.ruby-forum.com/. > > > >-- http://www.jeremymcanally.com/ My free Ruby e-book: http://www.humblelittlerubybook.com/book/ My blogs: http://www.mrneighborly.com/ http://www.rubyinpractice.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 -~----------~----~----~----~------~----~------~--~---
Jeremy McAnally wrote:> If you''re not really looking for Rails, then look at Merb. It''s thread > safe. > > http://merb.devjavu.com/ > > --Jeremy >I''m actually looking for the actual source of a thread safe dispatcher. Merb looks like another application server? Derricks dispatcher (http://derrick.pallas.us/ruby-cgi/) is exactly what i''m looking for but not thread safe.. I had seen someone fixed / rewrote it to be at some point though. -- Posted via http://www.ruby-forum.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 -~----------~----~----~----~------~----~------~--~---