<html>
  <head>
    
  </head>
  <body text="#003333" bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 09/01/2013 04:04 PM, Ron Garret
      wrote:<br>
    </div>
    <blockquote cite="mid:6D58F605-1134-459A-96C0-0A5821595F65@flownet.com" type="cite">
      <pre wrap="">I'm about to put a CCL web app (using Hunchentoot) into production.  Up to now I've been taking advantage of all the interactive goodness that the IDE offers, but of course that will mostly go away once the app is deployed.  But it occurred to me that I could use the "screen" program to keep a REPL around for debugging the live app.  My question is: is this a wise thing to do?  Are there potential unexpected negative consequences of deploying an application this way?  Security holes?  Possible crashes?  Has anyone tried this?  This is one set of lessons I'd rather not learn the hard way.

Thanks,
rg


</pre>
    </blockquote>
    <br>
    Why not just connect to it through swank? I do that all the time
    with my remote webserver. SSH into the server, bring up emacs and
    slime-connect and you're running under the live instance. <br>
    <br>
    --Jeff<br>
  </body>
</html>