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
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
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