Author: ACMer
From Delphi XE7, there is a Parallel.For. There is also a OmniThreadLibrary (OTL) but it doesn’t compile on D2007 because there is no support for Generics and Anonymous methods …
Tasks / Threads created by TParallel are more or less persistent which might be good for reusability. However, I would like to see a class method for cleaning up. …
As per Sucuri Security Advisory – Attackers are exploiting one of the hidden features of XML-RPC – using the system.multicall method to execute multiple Brute Force attempts inside a …
Hello, We did a profiling and found out the following performance bottleneck when adding many sources at once. The code is intended to generate a unique ID everytime, but …
Delphi 7 is the best Win32 RAD (Rapid Application Development) Tool ever! It is fast, small, stable and it produces highly efficient native code. Look, the IDE uses little …