Subject | Re: [IBO] CPU load reaching 100% |
---|---|
Author | nibler@t-online.de |
Post date | 2004-01-30T00:34:55Z |
Rainer,
If you have a big dataset and/or you do the above steps in a loop,
it is no wonder that the CPU is stressed ....
Harald
> Investigating this symptom I found that with the non-GUI processes IQuery.refresh retrieves the whole dataset from the server again.
> always follow the procedure:
>
> * Set query SQL
> * Open query
> * Read/write desired data
> * Close query
> * Commit
>
> With the GUI application I can't do this. Here I am using Query.refresh
> to update the visualization.
If you have a big dataset and/or you do the above steps in a loop,
it is no wonder that the CPU is stressed ....
Harald