In article <[EMAIL PROTECTED]>,
Carl J. Van Arsdall <[EMAIL PROTECTED]> wrote:
>Well, although you spawn seperate telnet processes there is still only
>one thread of control in your pythons script. If you need to do two
>things simultaneously you'll need to setup a parallel control
>mechanism.
Well, although you spawn seperate telnet processes there is still only
one thread of control in your pythons script. If you need to do two
things simultaneously you'll need to setup a parallel control
mechanism. For example you could use python threads, each thread spawns
a separate telnet an
Hi
I am new in python scripting. I want to open a Multiple telnet session
through once script. In other way i can tell i want to open two linux
consoles through one script.
I wrote one script, but the issue is I am not able to open multiple
consoles. The Scripts which i wrote is as follows:
impo