Pages tagged with mongrel

I'm still in the process of tagging pages that were migrated from the old site, so for now you're best off using the search engine rather than relying on the tags.

  • Kill a process from PID file - Some applications create a PID file - a file that stores the process identifier of the application. The Mongrel server (and I think WEBrick too) creates a PID file in an application’s root directory at e.g. [app]/tmp/pids/mongrel.pid. You can use the ...
  • Terminating or killing a process - Send a TERM signal (SIGTERM) to the process to terminate gracefully, by requesting that it do so. kill -TERM pid Or: kill -15 pid Where pid is the process identifier. Send a KILL signal to force the termination: kill -KILL pid Or: kill -9...

This website is a personal resource. Nothing here is guaranteed correct or complete, so use at your own risk and try not to delete the Internet. -Stephan

Site Info

Privacy policy

Go to top