On Tue, May 17, 2011 at 1:59 PM, Miguel Morales <[email protected]> wrote: > Another thing I've noticed, and not sure what the issue is. It's that > HttpClient is much slower than HttpURLConnection.
They have done some tuning on HttpURLConnection in recent releases of Android (at least Gingerbread, perhaps earlier). Earlier versions of HttpURLConnection were implemented using HttpClient, so you might see how they do that to determine how to get HttpClient to perform better for you. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.4 Available! -- 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

