Re: To thread or not to thread



Tom de Neef wrote:
To cope with this I have now implemented the web data fetching in a
thread with priority tpIdle. I think the problem of non-response has
gone, ut it is difficult to test.

Maarten gave you the answer. Additionally, you have no use for tpIdle
priority because it just sits ther waiting most of the time. Leave it with
mormal priority (default in TThread).
--
Bjørge
bjorge@xxxxxxxxxxxx


.