I got the email notification when the server load is high: Your Server (helloacm) Load Alert Needs Attention! 11.54 110.63 102.98 3/391 5989 and I checked the apache access …
Let’s consider this XML data, and you want to add an offset to all Z coordinate. <data> <point> <x> 1 </x> <y> 2 </y> <z> 3 </z> </point> <point> …
What is DDOS Attacks? DDOS (Distributed Denial of Service Attack) is hard to prevent and deal with because it is distributed, meaning that you can’t block the requests by …
Since Delphi 10.2 Tokyo supports the same codebase compiled into Win32, Win64 and Linux64 binaries, then it is interesting to run a small tests for a quick performance overview …
Delphi 10.2 Tokyo (Godzilla) is still months away (expected in 2017), however, I am lucky to get the preview build and have some fun with it. Delphi Tokyo Target …
There was a time that a bug was assigned to me saying that my module was slow as hell. I did profile my module (Delphi Native Win32 DLL Module) …