On Thu, 2006-08-03 at 08:26 +0100, Dave Murphy wrote: > Whilst monitoring my host I noticed that there were three > mongrel_rails processes running for a single (non mongrel_clustered) > application. Is this normal? Do the processes share the memory top > indicates they're each using?
If it's linux then go ask the linux kernel guys why they show processes that way. :-) Otherwise, double check that you really are running just one. Use lsof -i -P | grep ruby to get a better picture. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.railsmachine.com/ -- Need Mongrel support? _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
