What OS do you deploy to? What is your average uptime? What database are you using? -- 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 -~----------~----~----~----~------~----~------~--~---
On 19 Apr 2007, at 15:05, Blake Miller wrote:> What OS do you deploy to? What is your average uptime? What database > are you using?Ubuntu Dapper Drake, Apache 2.2, mongrel cluster, MySQL 5. I haven''t rebooted my server since we first started it up six months ago. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Windows Server 2003 and Ubuntu. Using IIS + Mongrel on Windows, using nginx + mongrel on Ubuntu. (ducks to avoid flying objects from the Windows haters) Ubuntu is much better. Windows is something you should do only if you have to... it''s not bad, in fact it can be very stable... but it''s much slower in terms of requests / second. On 4/19/07, Blake Miller <rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > > What OS do you deploy to? What is your average uptime? What database > are you using? > > -- > 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 -~----------~----~----~----~------~----~------~--~---
RHEL/Centos, running mongrel cluster and haproxy. Rails uses Oracle, which lives on a dedicated server, but the rails server also contains a postgresql and mysql db (and a shitload of other apps). Average uptime: 400+ days, last downtime was to add extra ram. 1 unexpected reboot as a result of my own stupidity. I also have another sever with the same combo as above (except the rails app uses mysql instead of oracle, but postgresql is also on it, might switch to postgresql in the future, but mysql feels safer because it''s being used so much). Uptime last time I checked was 106 days or so, so far no unexpected/unplanned downtime. My advice:Use what you''re comfortable with (but learn linux if you''re only comfortable with windows). Piet. --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Piet, With haproxy, how are you serving the static files, is mongrel handling those or are you offloading those to something else? Thanks, Scott On 4/19/07, Piet Hadermann <piet.hadermann-/1BeJOKqmzrQT0dZR+AlfA@public.gmane.org> wrote:> > > RHEL/Centos, running mongrel cluster and haproxy. > Rails uses Oracle, which lives on a dedicated server, but the rails > server also contains a postgresql and mysql db (and a shitload of other > apps). > Average uptime: 400+ days, last downtime was to add extra ram. 1 > unexpected reboot as a result of my own stupidity. > > I also have another sever with the same combo as above (except the rails > app uses mysql instead of oracle, but postgresql is also on it, might > switch to postgresql in the future, but mysql feels safer because it''s > being used so much). > Uptime last time I checked was 106 days or so, so far no > unexpected/unplanned downtime. > > My advice:Use what you''re comfortable with (but learn linux if you''re > only comfortable with windows). > > Piet. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Scott, Static files are handled by apache. I''m planning on replacing apache with nginx on one server though. It needs to serve loads of static files (as part of the Rails app), and I hear those are better handled by nginx. I really like haproxy though (started out using pound). Piet. ________________________________ From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org] On Behalf Of Scott Becker Sent: donderdag 19 april 2007 17:00 To: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Subject: [Rails] Re: Most common production OS Piet, With haproxy, how are you serving the static files, is mongrel handling those or are you offloading those to something else? Thanks, Scott --~--~---------~--~----~------------~-------~--~----~ 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@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---