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