Is there such a thing? It needs to be asynchronous (no Indy).

link|improve this question

78% accept rate
May I ask why you need it to be that way? – Marco van de Voort Jul 3 '09 at 8:05
Under heavy load Windows Messages have been flakey so IOCP. Secondly Winsock2 gives us easy SSL. – Bruce Jul 7 '09 at 2:12
feedback

4 Answers

Try HPScktSrvr - http://www.torry.net/pages.php?id=220#939383

link|improve this answer
This also isn't suitabled for Delphi 2009. – Bruce Jul 7 '09 at 6:41
And I just realised the distribution .zip is missing files as well. – Bruce Jul 7 '09 at 6:57
I use it with Delphi 2009, for me it works without any problem. – pani Jul 10 '09 at 21:04
feedback

have you checked iocpclasses ?

link|improve this answer
Looked good but does not compile in Delphi 2009. It was written for Delphi 5 and it might require a fair bit of conversion by the looks. Any other options? – Bruce Jul 2 '09 at 6:15
feedback

These may or may not be what you are looking for, but worth a shot:

Good luck!

link|improve this answer
Neither appear to be IOCP. Do you have links to information that confirms they are both IOCP and Winsock2? – Bruce Jul 7 '09 at 2:13
Nope, but there were the closest I could come up with. – Jim McKeeth Jul 7 '09 at 15:48
feedback

Check http://voipobjects.com/index.php?page=delphi-iocp-library It is migrated iocpclasses.sourceforge.net (i'm an author). Enjoy :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.