16 Aug
2012
16 Aug
'12
9:24 a.m.
On Thu, 16 Aug 2012 11:11:13 +0300 sawyer x <xsawyerx@gmail.com> wrote:
An important question would be restarts, IMHO. Since you're doing this properly (PSGI, FastCGI, Starman, etc.), you'll have a service (fcgid, Starman, whatever) running all the time, you'll need to make it possible for the users to restart it.
Indeed. Depending on the deployment method, it may be possible to add a hook to restart the app automatically on git push or similar perhaps. Wouldn't work so well for someone SFTP'ing their app up of course :)