On Jul 11, 2011, at 6:59 AM, Pedro Melo wrote:
First: Use the --pid option of plackup and give it a very descriptive name, in a well known directory. With that, you can use kill -SIGNAL_NAME `head -1 /path/to/pids/app_descriptive_name` ... You can even use tab completion.
Second: create yet another dancer app :) that lists the pid files directory, and allows you to remote kill the apps. Basically a Dancer-powered web frontend to the previous solution.
The above is a really sweet (sounding) solution. A web front end to admin Dancer apps would be fantastic. Heh... maybe I will scratch the itch. What is the way to restart an already running app? Am I the only one who is a bit lost with the documentation for Starman and other servers (or, even the plackup documentation)? Puneet.