Come eseguire un metodo all’interno di un TThread in modo sincrono con il Thread principale dell’applicazione è abbastanza semplice. Supponiamo di voler syncronizzare l’accesso ad una variabile di conteggio, possiamo usare i metodi TThread.Synchronize e TThread.Queue. Il metodo TThread.Syncronize esegue immediatamente il metodo interrompendo immediatamente l’esecuzione del Thread principale mente il metodo TThread.Queue dovrebbe fare…
Leggi tutto
Today I tried to talk about programming with chatGPT…. and I must say I was amazed First I asked him for the code for a web server in Delphi: Then I asked him to add support for SSL Then if you give me an example of Machine Learning in Delphi Then I asked him what he…
Leggi tutto
Microsoft Remote Desktop Protocol ( RDP ) è forse il più usato tra i sistemi per gestire il desktop remoto, e risulta anche essere uno tra i più veloci e smart da usare. RDP lavora di base sulla porta TCP 3389 ed è nativo in tutti gli ambienti MS-Windows, anche per Linux sono disponibili diversi…
Leggi tutto
A new version of smartFB is ready to download. New in 2.2.0.160: SQL Autocomplete ( bug fixed ) Added a Network utility to test or stress an http or https address Update JSON tool and Delphi Integration. Download smartFB at: https://api.xtumble.com/downloadattachmentpub?cid=05830520960&&fname=/applications/public/SetupSmartFB.exe
With Delphi you can create a Linux stand alone webBrocker application server as you can see in the following video: Yuo can also specify for you WebBrocker app the threadpool managing, that can help you to increase performance of your app server. In this example we configure a thread pool of 50 preallocated…
Leggi tutto