On Tue, Nov 16, 2010 at 3:31 PM, SImplyG2010 <[email protected]> wrote: > Good morning everyone, > > I am having a hugely annoying issue with delays using HTTPClient and > post the first time I call execute on the client the response takes 5 > seconds to come back. Subsequent calls take around 100 to 200 ms. I am > using the Apache client so does anyone know why this takes so long? > The client setup looks like below
Did you look at DDMS, what happens, when you cause the first call? I never used HttpClient. Since it does a lot, it probably is a bit heavy, so class loading and instantiating could take time. Once in memory it simply works. It is just a stab in the darkness. -- Daniel -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

