Devin Ben-Hur <[email protected]> wrote: > On 7/8/10 1:55 PM, Paul Dlug wrote: >> Is there a way to set an application name for unicorn processes? >> Basically an arbitrary name which would then show up in the process >> list to identify unicorn processes, like what thin does with --tag. > > A patch to do something like that was recently rejected. Instead the > documentation was updated with Eric's recommendated solution to instance > identification: > http://rubyforge.org/pipermail/mongrel-unicorn/2010-July/000620.html > > + Using an absolute path for for CONFIG_FILE is recommended as it > + makes multiple instances of Unicorn easily distinguishable when > + viewing ps(1) output.
Lawrence Pit also recommends running each app as a separate user, which is also a great idea (IMHO, though some ops people I know dislike this): http://mid.gmane.org/[email protected] -- Eric Wong _______________________________________________ Unicorn mailing list - [email protected] http://rubyforge.org/mailman/listinfo/mongrel-unicorn Do not quote signatures (like this one) or top post when replying
