Looks like the worker process wasn't killed by the master process.  This
happens alot to me, try adding this alias in your bash profile:

alias nuke_merb="ps auxww | grep \"merb\" | grep -v \"grep\" | awk '{print
\$2}' | xargs kill -9"

-Ben

On Sun, Dec 28, 2008 at 4:17 PM, MilesTogoe <[email protected]> wrote:

>
> I'm using the built-in development server (mongrel) - when I make a
> change in a controller, it does not seem to be reflected on a page
> request - the old code seems to be cached - I tried cntrl C to stop
> the server and then restart but it gives me an error that mongrel is
> still running.  Any ideas how to get around this ?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"merb" 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/merb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to