In article <[EMAIL PROTECTED]>,
Grant Edwards  <[EMAIL PROTECTED]> wrote:
>On 2007-03-30, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>> I'm just beginning my exploration of Python and I have a rather
>> general question. If two particular programs have Python scripting
>> capabilities, does that mean those two programs can communicate in
>> real time through Python?
>
>No.
                        .
                        .
                        .
No and yes.  Two Python interpreters *can* communicate;
there are all sorts of possibilities, depending on what
one intends by "real-tine".  I agree, of course, that 
Python doesn't build in an explicit Python-specific IPC.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to