On Apr 22, 12:33 am, Mike Dent <[email protected]> wrote:
> > 1. Drop connect/write/read timeouts. I run with 4s and it works out
> > fine
>
> Is this a setting you can only get to with root access? What does it adjust?
Well this is for app development only. I use
URLConnection.setReadTimeout() and setConnectionTimeout() with no
drama.
http://java.sun.com/j2se/1.5.0/docs/api/java/net/URLConnection.html

> And if it should reset TCP connections? My guess is that this area is
> not the problem as voice calls can be switched this way without
> interruptions.
You might jump to the conclusion. Data and voice are different
animals. It seems a hard nut to crack, actually, because the data link
is exchanged. To resolve this effectively, there'd have to be an extra
layer between data link and the network upwards. This layer would hand
out a constant upwards looking IP address and handle NAT translation
and other switching magic to manage Wifi/2G/3G environment. At that
point some code diving would be in order but I'll readily admit I have
to go now for my paying dayjob so I'll have to keep this on the
superficial level.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to