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