Re: subprocess communication, exec()

2008-11-11 Thread Chuckk Hubbard
On Tue, Nov 11, 2008 at 9:39 PM, Jeff McNeil <[EMAIL PROTECTED]> wrote: > On Nov 11, 1:23 pm, "Chuckk Hubbard" <[EMAIL PROTECTED]> > wrote: >> If I run 'python -i subprocessclient.py' I expect to see the nice >> level of it go up 2, and the nice level of the subprocess go up 1. >> But all I see is

Re: subprocess communication, exec()

2008-11-11 Thread Jeff McNeil
On Nov 11, 1:23 pm, "Chuckk Hubbard" <[EMAIL PROTECTED]> wrote: > If I run 'python -i subprocessclient.py' I expect to see the nice > level of it go up 2, and the nice level of the subprocess go up 1. > But all I see is the nice level of the client change. What am I doing > wrong? > > subprocessse

subprocess communication, exec()

2008-11-11 Thread Chuckk Hubbard
If I run 'python -i subprocessclient.py' I expect to see the nice level of it go up 2, and the nice level of the subprocess go up 1. But all I see is the nice level of the client change. What am I doing wrong? subprocessserver.py: #!/usr/bin/python2.5 import os impor