Monday, December 17, 2012

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

Archana wrote:
> Hi,
>
> Seems like org.apache.http.nio.protocol.HttpAsyncService does not exist in
> Android. Can anybody suggest me how to make my HTTP Server asynchronous?
> Any help is appreciated. Thanks in advance!
>
>

quoting Kris:

"""
But if you insist that your
app is special, the common
pattern is to have a dedicated thread that handles the connection and
forks off worker threads to handle incoming requests, this is the
common case.
"""

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