<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 5.50.4807.2300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>A further search online,</FONT></DIV>
<DIV><FONT size=2>throws up that screen and tmux can be useful if the app you 
want to run in the background&nbsp;needs input now and again.</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=catalystgroup@unitedgames.co.uk 
  href="mailto:catalystgroup@unitedgames.co.uk">Andrew</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=catalyst@lists.scsys.co.uk 
  href="mailto:catalyst@lists.scsys.co.uk">The elegant MVC web framework</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Saturday, October 24, 2015 5:06 
  AM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Catalyst] Keep Plack -r 
  working when commandline closed...?</DIV>
  <DIV><BR></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2>Why is it better to use these over using an 
  "&amp;"....?</FONT></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2>Or are you simply recommending them generally, due to their 
  usefulness all round?</FONT></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <DIV><FONT size=2>Yours,</FONT></DIV>
  <DIV><FONT size=2>Andrew.</FONT></DIV>
  <DIV><FONT size=2></FONT>&nbsp;</DIV>
  <BLOCKQUOTE 
  style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
    <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
    <DIV 
    style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
    <A title=diment@gmail.com href="mailto:diment@gmail.com">Kieren Diment</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>To:</B> <A title=catalyst@lists.scsys.co.uk 
    href="mailto:catalyst@lists.scsys.co.uk">The elegant MVC web framework</A> 
    </DIV>
    <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, October 23, 2015 10:48 
    PM</DIV>
    <DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [Catalyst] Keep Plack -r 
    working when commandline closed...?</DIV>
    <DIV><FONT size=2></FONT><FONT size=2></FONT><BR></DIV>
    <DIV dir=ltr>Tmux is generally newer and easier to use than screen, highly 
    recommended.<BR></DIV>
    <DIV class=gmail_extra><FONT size=2></FONT><FONT size=2></FONT><FONT 
    size=2></FONT><BR>
    <DIV class=gmail_quote>On Sat, Oct 24, 2015 at 7:41 AM, Len Jaffe <SPAN 
    dir=ltr>&lt;<A target=_blank 
    href="mailto:lenjaffe@jaffesystems.com">lenjaffe@jaffesystems.com</A>&gt;</SPAN> 
    wrote:<BR>
    <BLOCKQUOTE class=gmail_quote 
    style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
      <DIV dir=ltr>I'd still consider using screen or tmux...</DIV>
      <DIV class=gmail_extra>
      <DIV>
      <DIV class=h5><FONT size=2></FONT><FONT size=2></FONT><FONT 
      size=2></FONT><FONT size=2></FONT><BR>
      <DIV class=gmail_quote>On Fri, Oct 23, 2015 at 1:48 PM, Andrew <SPAN 
      dir=ltr>&lt;<A target=_blank 
      href="mailto:catalystgroup@unitedgames.co.uk">catalystgroup@unitedgames.co.uk</A>&gt;</SPAN> 
      wrote:<BR>
      <BLOCKQUOTE class=gmail_quote 
      style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Turns 
        out it's super easy to run it in the background, =).<BR><BR>You just add 
        "&amp;" to the end of the commandline, =D.<BR><BR>^_^ Am learning these 
        little server tricks, ;-).<BR><BR>[Tweeted Tatsuhiko Miyagawa of Plack 
        fame, who was kind enough to promptly<BR>respond, with this little gem, 
        =D. Yay!]<BR><BR>Yours,<BR>Andrew.<BR><SPAN><BR><BR>----- Original 
        Message -----<BR>From: "Trevor Leffler" &lt;<A target=_blank 
        href="mailto:tleffler@uw.edu">tleffler@uw.edu</A>&gt;<BR>To: "The 
        elegant MVC web framework" &lt;<A target=_blank 
        href="mailto:catalyst@lists.scsys.co.uk">catalyst@lists.scsys.co.uk</A>&gt;<BR>Sent: 
        Friday, October 23, 2015 4:28 PM<BR>Subject: Re: [Catalyst] Keep Plack 
        -r working when commandline closed...?<BR><BR><BR></SPAN>
        <DIV>
        <DIV>What about wrapping your shell session with screen?<BR><BR>$ man 
        screen<BR><BR>--Trevor<BR><BR>On 10/23/2015 08:21 AM, Andrew 
        wrote:<BR>&gt;<BR>&gt; I've ended up using Plackup to start the catalyst 
        app's psgi script (still<BR>&gt; via fast cgi),<BR>&gt; and I'm using -r 
        to indicate it should watch for changes, and reload the<BR>&gt; server 
        when changes are detected.<BR>&gt;<BR>&gt; It does this fine, as long as 
        my commandline terminal is still open.<BR>&gt; The moment I close it, 
        the server continues to run, yet any watching for<BR>&gt; changes, 
        killing, and restarting no longer happens (as far as I can 
        tell).<BR>&gt;<BR>&gt; Is there any way to get Plack's scripts that 
        watch and reload (i.e.<BR>&gt; Restarter.pm, etc), to continue to run 
        after I close OSX's terminal window<BR>/<BR>&gt; end the SSH 
        session?<BR>&gt;<BR>&gt;<BR>&gt; Many thanks for any insights 
        offered,<BR>&gt;<BR>&gt; Yours,<BR>&gt; Andrew.<BR>&gt;<BR>&gt;<BR>&gt; 
        _______________________________________________<BR>&gt; List: <A 
        target=_blank 
        href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</A><BR>&gt; 
        Listinfo: <A target=_blank 
        href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" 
        rel=noreferrer>http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</A><BR>&gt; 
        Searchable archive:<BR><A target=_blank 
        href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" 
        rel=noreferrer>http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</A><BR>&gt; 
        Dev site: <A target=_blank href="http://dev.catalyst.perl.org/" 
        rel=noreferrer>http://dev.catalyst.perl.org/</A><BR>&gt;<BR><BR>_______________________________________________<BR>List: 
        <A target=_blank 
        href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</A><BR>Listinfo: 
        <A target=_blank 
        href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" 
        rel=noreferrer>http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</A><BR>Searchable 
        archive: <A target=_blank 
        href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" 
        rel=noreferrer>http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</A><BR>Dev 
        site: <A target=_blank href="http://dev.catalyst.perl.org/" 
        rel=noreferrer>http://dev.catalyst.perl.org/</A><BR><BR><BR>_______________________________________________<BR>List: 
        <A target=_blank 
        href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</A><BR>Listinfo: 
        <A target=_blank 
        href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" 
        rel=noreferrer>http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</A><BR>Searchable 
        archive: <A target=_blank 
        href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" 
        rel=noreferrer>http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</A><BR>Dev 
        site: <A target=_blank href="http://dev.catalyst.perl.org/" 
        rel=noreferrer>http://dev.catalyst.perl.org/</A><BR></DIV></DIV></BLOCKQUOTE></DIV><BR><BR 
      clear=all>
      <DIV><BR></DIV></DIV></DIV><SPAN class=HOEnZb><FONT color=#888888>-- <BR>
      <DIV>
      <DIV dir=ltr>
      <DIV>
      <DIV dir=ltr>
      <DIV>
      <DIV dir=ltr>
      <DIV>Len Jaffe - Information Technology Smoke Jumper -&nbsp;<A 
      target=_blank 
      href="mailto:lenjaffe@jaffesystems.com">lenjaffe@jaffesystems.com</A>&nbsp;</DIV>
      <DIV>614-404-4214 &nbsp; &nbsp;<A target=_blank 
      href="https://www.twitter.com/lenJaffe">@LenJaffe</A> &nbsp;<A 
      target=_blank 
      href="http://www.lenjaffe.com/">www.lenjaffe.com</A><BR></DIV>
      <DIV>Host of&nbsp;<A target=_blank 
      href="http://www.meetup.com/techlifecolumbus/">Code Jam Columbus</A>&nbsp; 
      - <A target=_blank 
      href="https://www.twitter.com/CodeJamCMH">@CodeJamCMH</A></DIV>
      <DIV>
      <DIV>Curator of&nbsp;<A target=_blank 
      href="http://www.lenjaffe.com/AdventPlanet/">Advent Planet</A> - An 
      Aggregation of Online Advent Calendars. 
      <DIV><BR></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></DIV></FONT></SPAN></DIV><BR>_______________________________________________<BR>List: 
      <A 
      href="mailto:Catalyst@lists.scsys.co.uk">Catalyst@lists.scsys.co.uk</A><BR>Listinfo: 
      <A target=_blank 
      href="http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst" 
      rel=noreferrer>http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst</A><BR>Searchable 
      archive: <A target=_blank 
      href="http://www.mail-archive.com/catalyst@lists.scsys.co.uk/" 
      rel=noreferrer>http://www.mail-archive.com/catalyst@lists.scsys.co.uk/</A><BR>Dev 
      site: <A target=_blank href="http://dev.catalyst.perl.org/" 
      rel=noreferrer>http://dev.catalyst.perl.org/</A><BR><BR></BLOCKQUOTE></DIV><BR></DIV>
    <P>
    <HR>

    <P></P>_______________________________________________<BR>List: 
    Catalyst@lists.scsys.co.uk<BR>Listinfo: 
    http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst<BR>Searchable 
    archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/<BR>Dev 
    site: http://dev.catalyst.perl.org/<BR></BLOCKQUOTE>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>List: 
  Catalyst@lists.scsys.co.uk<BR>Listinfo: 
  http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst<BR>Searchable 
  archive: http://www.mail-archive.com/catalyst@lists.scsys.co.uk/<BR>Dev site: 
  http://dev.catalyst.perl.org/<BR></BLOCKQUOTE></BODY></HTML>