mardi 13 mai 2014

Multithreading - connexion réinitialisée par erreur par des pairs lors de la connexion au routeur à l'aide de la bibliothèque de telnet en python ? -Débordement de pile


I am stuck with connection reset by peer error for last 2 weeks.Wat I do in code is...



Every 5 mins I connect to router and fetch data form them using telnet library in python.I have 12 routers so used pyhotn threading class . i.e each thread for each router.


does the python thread causes this connection reset by peer error because no network related problems from routers.or any other reasond???


Any problem in thread due to GIL?




"Connection reset by peer" means that the other end of the connection is requesting the connection termination.



I am stuck with connection reset by peer error for last 2 weeks.Wat I do in code is...



Every 5 mins I connect to router and fetch data form them using telnet library in python.I have 12 routers so used pyhotn threading class . i.e each thread for each router.


does the python thread causes this connection reset by peer error because no network related problems from routers.or any other reasond???


Any problem in thread due to GIL?



"Connection reset by peer" means that the other end of the connection is requesting the connection termination.


0 commentaires:

Enregistrer un commentaire