-
Content Count
60 -
Joined
-
Last visited
-
Days Won
2
Everything posted by chmichael
-
Hello, Any chance for IOCP support in the future ?
-
Hello, There a number of github issues without any fixes. Is this project still alive ? Thank you
-
Hello, Can somebody implement the Synced functions of WSocket.DnsLookup and also TWDNSQuery ? (with timeout too) Thank you
-
The question is how to check it without using application.processmessages ?
-
@Lars FosdalDunno, I didn't post this so i am changing the password to be sure!
-
https://deleted - visit website and win smartphone!
-
Thank you both guys!
-
Where is the blocking function ? Also wouldn't be nice to have a timeout for that ?
-
Well the TSSLSmtpCli has blocking functions which they work nicely. eg, OpenSync; MailSync;
-
64bit RTL patches with Intel OneApi and TBB
chmichael replied to RDP1974's topic in RTL and Delphi Object Pascal
Hmm, it crashes with i5 750 .... -
64bit RTL patches with Intel OneApi and TBB
chmichael replied to RDP1974's topic in RTL and Delphi Object Pascal
They fixed ryzen problems with bios updates. I'm running the library (SeaMM & SeaRTL) on my Ryzen 5800 and it's working fine! -
eg ... Error 1400 bug
-
Well a couple reported bugs are making the library unable. Anyway
-
There some bugs in the github issues list for months
-
fgxnative FGX Native - crossplatform mobile native development
chmichael replied to Yaroslav Brovin's topic in Delphi Third-Party
Hello! Do you plan any desktop version of FGX in the future ? -
@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 ?
-
UltraCode64 for Delphi (aka 64-bit FastCode)
chmichael posted a topic in RTL and Delphi Object Pascal
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 -
Shutting down TidTCPServer (kbmMWTCPIPIndyServerTransport)causing Window Service timeout
chmichael replied to c0d3r's topic in Indy
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! -
Shutting down TidTCPServer (kbmMWTCPIPIndyServerTransport)causing Window Service timeout
chmichael replied to c0d3r's topic in Indy
cod3r are you sure that it isn't a kbmMW bug that you should report to Kim ? -
Thank you!
-
Small Christmas present: DEC V6.0 released
chmichael replied to TurboMagic's topic in Delphi Third-Party
Nice! Are these CPU accelerated when it's supported ? Thank you -
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
-
Terminate/Kill Parallel Async after timeout
chmichael replied to chmichael's topic in OmniThreadLibrary
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 -
Terminate/Kill Parallel Async after timeout
chmichael replied to chmichael's topic in OmniThreadLibrary