I'm playing around now with getting my Mongrel cluster to use four processes instead of two on my dedicated server, and I'm not quite sure what's happening. When I issue mongrel_rails cluster::stop, it reports:
already stopped port 40000
already stopped port 40001
already stopped port 40002
already stopped port 40003
But when I type in the site IP, it still serves content. I also killed each of the mongrel processes one by one before I did the cluster stop. None of them are listed when I try 'ps' in a console. How is content still being served, and how can I kill these processes and actually restart the cluster?
Thanks :)