At 11:20 AM 5/29/2001 -0700, Donovan Preston wrote:
>Comments welcome, especially if there is a better way to do this.

Currently I do this like so:

python Launch.py ThreadedAppServer > Logs/stdioerr.log 2>&1 &

e.g., I know that the op sys can redirect stdout and stderr so instead of 
adding yet-another-feature, I figure I can use that.

BTW "2>&1" is a bash-ism. Other shells could be different.


Does that work for you, or is there a technical reason why Launch.py needs 
to provide this?


-Chuck


_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to