Your issue is not with the HTTP component, it's somewhere else. Can you "pause" the program right after the download starts and look at the call stack to see what you're actually doing? If that doesn't help, try posting some code (the proc that creates the thread that holds the HTTP component might be enough).
-- Cosmin Prund Ross Levis wrote: > I'm using Indy 9 in D7, and in my audio player I'm using a HTTP.Get to > retrieve a webpage inside a separate thread so as to not affect > operation of the main user interface. However, during the execution of > the Get, my main form stops responding. This is only a couple of > seconds usually, but it's quite noticeable when the VU meter stops. > > I tried reducing the thread to an idle priority, but this doesn't help. > > Does anyone have any ideas why this is happening? I also have a thread > doing an ftp upload using TidFTP, and this doesn't affect the main form > at all. > > Thanks, > Ross. > > _______________________________________________ > Delphi mailing list -> [email protected] > http://www.elists.org/mailman/listinfo/delphi > > _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

