Hi,

Is it like having separate thread for each request(GET/POST/DELETE) ?  Can 
you please explain? I was also thinking of AsyncTask, message queue or 
multithreading.

Thanks!

On Monday, December 17, 2012 1:28:25 PM UTC+2, skink wrote:
>
>
>
> 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to