Delphi TClientSocket replacement using winsock2 and IOCP?
Asked Answered
V

3

2

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

Vasilikivasilis answered 2/7, 2009 at 4:35 Comment(2)
May I ask why you need it to be that way?Consultation
Under heavy load Windows Messages have been flakey so IOCP. Secondly Winsock2 gives us easy SSL.Vasilikivasilis
S
2

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

Salem answered 2/7, 2009 at 8:25 Comment(3)
This also isn't suitabled for Delphi 2009.Vasilikivasilis
And I just realised the distribution .zip is missing files as well.Vasilikivasilis
I use it with Delphi 2009, for me it works without any problem.Salem
S
0

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

Good luck!

Steal answered 2/7, 2009 at 16:47 Comment(2)
Neither appear to be IOCP. Do you have links to information that confirms they are both IOCP and Winsock2?Vasilikivasilis
Nope, but there were the closest I could come up with.Steal
F
0

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

Factional answered 31/3, 2010 at 12:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.