> I used Httpclient and tried with
> postMethod.setRequestEntity(StringRequestEntity);
> and then sended the post message to the test server.
>
> But the problem is that it took 15 mins to send the post message to
> the server!
>
> Without the body, it's almost immediate.
>
> Anyone can help?

Have you tried something other than Android to exercise your test server?
For example, I frequently use curl (command-line HTTP client) to test
REST-ish Web services. If curl has the same performance characteristics,
then the problem is with the server, not with Android.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
The Busy Coder's Guide to Android Development -- coming in June 2008!


--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to