can i, restart my mongrel server, from a rails application... i need to do it because i have to modify my database.yml and ldap.yml from my settings_controller
on 06.08.2008 23:33
on 07.08.2008 22:31
Simply have your other rails application send the mongrel server a SIGQUIT. This should work fine. ~Wayne