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

