AgaKhan
Jan 21st, 2000, 09:11 AM
I've been working on an app the serves as a POP3/SMTP Server for our office. I've got something working pretty good, but I have a problem on handling many connected users (10+). I load a winsock control for every new connection, and try to recycle disconnected ones. Anyone of a good (or even semi-good) example of recycling winsock controls?