Can python asyncore module handle/connect more than one socket?
I have a class that implements the asyncore module, it serves as a client
that connects to HOST_A. The problem is I need to pass the data received
from HOST_A to a HOST_B. So i'm wondering if asyncore can create two
socket connections to HOST_A and HOST_B.Is this possible?
No comments:
Post a Comment