Jump to content

chmichael

Members
  • Content Count

    60
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by chmichael

  1. chmichael

    IOCP

    Hello, Any chance for IOCP support in the future ?
  2. chmichael

    IOCP

  3. Hello, There a number of github issues without any fixes. Is this project still alive ? Thank you
  4. Hello, Can somebody implement the Synced functions of WSocket.DnsLookup and also TWDNSQuery ? (with timeout too) Thank you
  5. chmichael

    DNS Query & Lookup Synced

    The question is how to check it without using application.processmessages ?
  6. chmichael

    JSON text validation...

    @Lars FosdalDunno, I didn't post this so i am changing the password to be sure!
  7. chmichael

    JSON text validation...

    https://deleted - visit website and win smartphone!
  8. chmichael

    DNS Query & Lookup Synced

    Thank you both guys!
  9. chmichael

    DNS Query & Lookup Synced

    Where is the blocking function ? Also wouldn't be nice to have a timeout for that ?
  10. chmichael

    DNS Query & Lookup Synced

    Well the TSSLSmtpCli has blocking functions which they work nicely. eg, OpenSync; MailSync;
  11. Hmm, it crashes with i5 750 ....
  12. They fixed ryzen problems with bios updates. I'm running the library (SeaMM & SeaRTL) on my Ryzen 5800 and it's working fine!
  13. chmichael

    Is this project still Alive ?

    eg ... Error 1400 bug
  14. chmichael

    Is this project still Alive ?

    Well a couple reported bugs are making the library unable. Anyway
  15. chmichael

    Is this project still Alive ?

    There some bugs in the github issues list for months
  16. Hello! Do you plan any desktop version of FGX in the future ?
  17. chmichael

    Indy & OpenSSL 1.1.1 & TLS 1.3

    @Remy LebeauI'm also using Indy Openssl 1.1.1 patch to download the upgrades with not problems and it works quite well on very slow connections compared to 1.0.2 The code is there so i guess make a poll for the merge or something ?
  18. Hello Guys & Girls, Since i'm getting bored to wait from Embarcadero to speed up delphi i thought it would be nice for us ("the community") to help out the things a bit. So i started a new project on the GitHub which it will allow us to build the Fastest RTL is possible for Delphi. The targets are: CPU: PASCAL, SSE3, AVX, ARM Operating Systems: Windows, MacOS, Linux, iOS, Android GPU: OpenCL, Vulkan (Just an idea to use GPU to accelerate RTL) (Single & Parallel routines) What do you think ? I hope anyone will start contribute and make Delphi Fastest Again! Thank you Github: https://github.com/chmichael/UltraCode64 Poll for 32 bit: http://www.easypolls.net/poll.html?p=5d24b2c8e4b02fae1dda847d
  19. Well i made him notice you! Post the report on his forums and if it's an Indy bug i'm sure that @Remy Lebeau will help!
  20. cod3r are you sure that it isn't a kbmMW bug that you should report to Kim ?
  21. chmichael

    Small Christmas present: DEC V6.0 released

    Nice! Are these CPU accelerated when it's supported ? Thank you
  22. Hello, How can i Terminate/Kill a Parallel.Async ? example: Parallel.Async( procedure begin // Call a Winapi Blocking API which take 5000 ms to complete end ); Sleep(1000); //WaitFor 1000ms if MyParallelAsync still running kill it! Thank you
  23. chmichael

    Terminate/Kill Parallel Async after timeout

    Hello, Yes i know but i couldn't find any timeout for this API. It's the Winsock.Connect. Do you know how i can use the TerminateThread on Parallel.Async ? Thank you
×