Multithreaded Telnet sessions

Richard Bird CCNP, CCDP, MCSE, etc. linux at myprincesspearls.com
Sun Jun 13 20:39:06 EDT 2004


I need some help adding multithreading to an existing python script.
The script was developed to telnet and make changes on a list of cisco
routers.
I figure that by adding multithreading, I'd be able to telnet to
several routers concurrently and speed up the process of making
changes.

Is this feasible using python with its standard telnet lib?


Richard



More information about the Python-list mailing list