[fpc-pascal] Best way to check SimpleIPC for messages

Mattias Gaertner nc-gaertnma at netcologne.de
Wed May 17 09:03:28 CEST 2017


On Wed, 17 May 2017 01:50:32 -0500
noreply at z505.com wrote:

> On 2017-05-17 00:54, Sven Barth via fpc-pascal wrote:
> > OnIdle() is called when there is no more event waiting in the
> > widgetset's event queue, basically meaning that the application has
> > nothing better to do anyway. It has nothing to do with CPU usage.
> >   
> 
> That makes sense.
> And recursively what happens if you call an event, inside the onidle, 
> ...
> 
> Recursive nightmare, or not a problem?

Not a problem for the LCL, but it may be a problem for your application.

Mattias



More information about the fpc-pascal mailing list