Wednesday, July 6, 2011

[android-developers] keepalive android webview

I have a webview in my application. From this webview, I generate ajax
requests.

I see that "keep-alive" is not present in request header.

This creates a bottle neck in my application as the browser to open
and close the connection for every request. Is there a way to keep the
connection open and reuse the same connection for successive request ?

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