Skip to content Skip to sidebar Skip to footer

Asynchronous Socket

How do I connect with multiple clients? Once connected with multiple clients how do I receive individual data from each? From what I know I need to use something called 'Asyncore'.

Solution 1:

Are you looking for this one? asyncore

Here is the link where you can find all the info related to async socket handler

https://docs.python.org/2/library/asyncore.html

EDIT: dano comment is great too

Enjoy

Post a Comment for "Asynchronous Socket"