Delphi TClientSocket replacement using winsock2 and IOCP? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T21:18:41Z http://stackoverflow.com/feeds/question/1072510 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1072510/delphi-tclientsocket-replacement-using-winsock2-and-iocp 1 Delphi TClientSocket replacement using winsock2 and IOCP? Bruce 2009-07-02T04:35:44Z 2009-07-02T16:47:16Z <p>Is there such a thing? It needs to be asynchronous (no Indy).</p> http://stackoverflow.com/questions/1072510/delphi-tclientsocket-replacement-using-winsock2-and-iocp/1072620#1072620 1 Answer by avar for Delphi TClientSocket replacement using winsock2 and IOCP? avar 2009-07-02T05:17:25Z 2009-07-02T05:17:25Z <p>have you checked <a href="http://iocpclasses.sourceforge.net/" rel="nofollow">iocpclasses</a> ?</p> http://stackoverflow.com/questions/1072510/delphi-tclientsocket-replacement-using-winsock2-and-iocp/1073151#1073151 2 Answer by pani for Delphi TClientSocket replacement using winsock2 and IOCP? pani 2009-07-02T08:25:44Z 2009-07-02T08:25:44Z <p>Try HPScktSrvr - <a href="http://www.torry.net/pages.php?id=220#939383" rel="nofollow">http://www.torry.net/pages.php?id=220#939383</a></p> http://stackoverflow.com/questions/1072510/delphi-tclientsocket-replacement-using-winsock2-and-iocp/1075475#1075475 0 Answer by Jim McKeeth for Delphi TClientSocket replacement using winsock2 and IOCP? Jim McKeeth 2009-07-02T16:47:16Z 2009-07-02T16:47:16Z <p>These may or may not be what you are looking for, but worth a shot:</p> <ul> <li><a href="http://www.synapse.ararat.cz/doku.php" rel="nofollow">Ararat Synapse</a> - For Delphi 2009 support you need to get the latest from SVN.</li> <li><a href="http://www.nsoftware.com/portal/borland/" rel="nofollow">/n Software's IP*Works</a> - Commercial, but very full featured.</li> </ul> <p>Good luck!</p>