Tuesday, December 18, 2012

Re: [android-developers] Re: Identifying HTTP Get requests in Android

Archana wrote:
> I read using threads causes overhead, performance and scalability issues.
> It is efficient if there are a limited number of clients. So I think using
> java.nio would be the best option. Any example that shows handling the HTTP
> methods without blocking.
>


how many concurrent requests do you expect?

10, 100, 1000, more?

if ten or so its no problem, if more you probably should change the
platform

pskink

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment