> Does anybody know if the version of HttpClient in the Android SDK is > thread safe? The API documentation ( at > http://code.google.com/android/reference/org/apache/http/client/HttpClient.html > ) just has the standard Apache "Thread safety of HTTP clients > depends on the implementation and configuration of the specific > client." disclaimer.
The HttpComponents class for multithreaded connections is ThreadSafeClientConnManager. It would appear this class is not part of the Android 0.9 SDK, at least not in a public spot. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.2 Published! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

