[Tutor] Asyncore.py v. plain sockets?

VanL van@lindbergs.org
Wed, 25 Jul 2001 11:12:18 -0600


Hello,

I am writing a client and server that exchange data over a 
non-privileged port.  I have been using straight sockets, but I was 
recently looking at the asyncore module and it looks pretty cool.  Has 
anyone any experience with straight socket code v. the asyncore module? 
 Any gotchas to watch out for?

Thanks,

Van