Python (Django). Store telnet connection

Posted by Shamanu4 on Stack Overflow See other posts from Stack Overflow or by Shamanu4
Published on 2010-05-18T10:30:34Z Indexed on 2010/05/18 11:10 UTC
Read the original article Hit count: 277

Filed under:
|
|
|

Hello. I am programming web interface which communicates with cisco switches via telnet. I want to make such system which will be storing one telnet connection per switch and every script (web interface, cron jobs, etc.) will have access to it. This is needed to make a single query queue for each device and prevent huge cisco processor load caused by several concurent telnet connections. How do I can do this?

© Stack Overflow or respective owner

Related posts about python

Related posts about django