Re: [Lazarus] Component compilation problem with lazarus 2.2

2021-10-04 Thread Gabriele Cappelletto via lazarus
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

Re: [Lazarus] Command line program - CPU overused - do I need profiling?

2021-10-04 Thread Martin Frb via lazarus
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

Re: [Lazarus] Command line program - CPU overused - do I need profiling?

2021-10-04 Thread wkitty42--- via lazarus
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

[Lazarus] Command line program - CPU overused - do I need profiling?

2021-10-04 Thread Bo Berglund via lazarus
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