[fpc-pascal] My Linux service application consumes 10% CPU when idling - why?

Travis Siegel tsiegel at softcon.com
Sun Oct 17 00:16:57 CEST 2021


On 10/16/2021 6:06 PM, Bo Berglund via fpc-pascal wrote:
> Meanwhile the strace outputs stuff like this to the screen:
> strace: Process 6360 attached
> strace: Process 6361 attached
> strace: Process 6362 attached
> strace: Process 6363 attached
> strace: Process 6364 attached
> strace: Process 6365 attached
> strace: Process 6366 attached
> strace: Process 6367 attached
> strace: Process 6368 attached
> strace: Process 6369 attached
> strace: Process 6370 attached
> strace: Process 6371 attached
> strace: Process 6372 attached
>
> I don't understand what this means either....
>
It looks like your application is spawning additional processes. If it's 
supposed to do that, then all is well.  If it isn't supposed to do that 
when it's idling, then you have some troubleshooting to do. :)




More information about the fpc-pascal mailing list