They are the same. Default Capistrano strategy for Rails makes tmp/pids a symlink to shared/pids. So, use tmp/pids -- they will survive deployment.
On Dec 2, 2007 6:05 AM, eggie5 <[EMAIL PROTECTED]> wrote: > > I'm confused about where to set the pid_file setting of my > mongrel_cluster.yml file. > > With the expectation that I'm going to be doing deployments with > capistrano, I'm not sure if I should have it point to RAILS_ROOT/tmp/ > pids or RAILS_ROOT/../shared/pids. > > What's the suggested path. Would one point it to shared/pids for it to > survive across deployments.. I'm confused... > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
