What are you using for HTTP connections?
If you use Apache HTTP Client, be sure call* consume/consumeContent *on the 
response (HttpEntity) returned by the server and be sure to call *abort *on 
the HttpRequest when a request failed.
This works for our app, where we use one DefaultHttpClient (using 
ThreadSafeClientConnManager) amongst all our app's threads.

-- 
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

Reply via email to