Also when using "screen" to detach unix processes, another helpful
thing is to type
screen -list
to verify whether or not your process is running.

I realize this aspect wasn't directly TG-related, but if any novice
unix users want their TG web app to keep running after logoff as I
did, they might find these suggestions very useful.


On May 29, 1:58 pm, buffalob <[EMAIL PROTECTED]> wrote:
> Noah - thank you, yes the "screen" command is a very good suggestion.
> I did not know about it.  For others needing to do a similar thing,
> after following Noah's suggestion for the "screen python start-
> project.py" and then control-A and "d", the detached unix process
> keeps running after I exit to log out the unix terminal.  Then later
> to kill th process, I can log back on and then at command line type
> screen -r
> (where -r is for "resume")
> and then inside the screen program I do a control-A and "K".
>
> On May 28, 10:35 pm, "Noah Gift" <[EMAIL PROTECTED]> wrote:
>
> > > This is not related, as this is a pure unix question. A tool like nohup
> > > will do the trick, but several alternatives exist.
>
> > I plan on going to supervisor, but use screen python2.5 start-project.py
>
> > then do a control-A
>
> > then a "d" to detach...works for me..


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to