Wednesday, December 19, 2012

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

Hi,
I m implementing threads first. Can I use Basic HTTP server from the link http://hc.apache.org/httpcomponents-core-ga/examples.html ?

Can you please let me know the difference between handling blocking requests and blocking IO(as specified in the link). 

Thanks!


On Tuesday, December 18, 2012 7:09:59 PM UTC+2, skink wrote:


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