On 2011-03-09, Danny Shevitz <shev...@lanl.gov> wrote:
>
>> process has some kind of communication(s) interface; eg:
>>  * some kind of listening socket
>>  * some kind of I/O (pipe, stdin/stdout)
>
> It does have a stdin/stdout. How do I access it?

You don't.  You access the "other end" of the pipe or pty to which
the program's stdin/stdout is attached.

-- 
Grant Edwards               grant.b.edwards        Yow! All of life is a blur
                                  at               of Republicans and meat!
                              gmail.com            
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to