I''ve recently switched from using Mongrel in dev mode to using Passenger in order to more closely mirror my production environment. The problem I''m having now is that I need to be able to simulate network failures between my service and its clients (which are web services and also my product). To do this in the past I''d just shut down Mongrel. I''m not sure how to do this with Passenger. There doesn''t seem to be a start / stop capability with it. Any ideas / experience ? TIA, Bill -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sat, 5 Dec 2009, bill walton wrote:> The problem I''m having now is that I need to be able to simulate network > failures between my service and its clients (which are web services and > also my product). To do this in the past I''d just shut down Mongrel. > I''m not sure how to do this with Passenger. There doesn''t seem to be a > start / stop capability with it. Any ideas / experience ?Why not just stop Apache? -- -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hi Eno, On Sat, 2009-12-05 at 19:10 -0500, Eno wrote:> On Sat, 5 Dec 2009, bill walton wrote: > > > The problem I''m having now is that I need to be able to simulate network > > failures between my service and its clients (which are web services and > > also my product). To do this in the past I''d just shut down Mongrel. > > I''m not sure how to do this with Passenger. There doesn''t seem to be a > > start / stop capability with it. Any ideas / experience ? > > Why not just stop Apache?DOH ;-p Thanks, Bill -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.