It works, thanks
Il 01/10/21 18:19, Howard Page-Clark
via lazarus ha scritto:
On 01/10/2021 16:32, Gabriele
Cappelletto via lazarus wrote:
Sorry, I also allocate the complete file
On 04/10/2021 10:33, Bo Berglund via lazarus wrote:
Failed to post via Gmane so trying direct emailing instead:
I need to figure out why my program uses 10% CPU when it is essentially idle,
waiting for a client connect via TCP or for the time for a new task start to
arrive.
It is a command lin
On 10/4/21 4:33 AM, Bo Berglund via lazarus wrote:
This is the main loop in the program following creatrion of the handler objects
(which are idle):
QuitSignal:=false;
While not (bSTerm or bSInt or bsHup) do
While not QuitSignal do
begin
//Eternal lo
Failed to post via Gmane so trying direct emailing instead:
I need to figure out why my program uses 10% CPU when it is essentially idle,
waiting for a client connect via TCP or for the time for a new task start to
arrive.
It is a command line program running as a service on Linux (Raspberry Pi4