On Mon, 27 Oct 2003, Mike Margerum wrote: > To give a little more information im getting a netErrSocketNotConnected > after each successfil post to the http server. My connection is still > good because if I open a new socket after each http post my app is > working fine. Why would I need to do this for this phone/network combo? > Is it normal to occasionally lose your socket between posts to an http > server?
It's something to be prepared to handle, yes. Sprint could be running a web proxy on their network that would close the connection to the client after each request, even though the server you're contacting may not be doing that (instead, keeping a connection open). That could be the reason for the difference. -- ----------------------------------------------------------------------- Brian Smith // avalon73 at arthurian dot nu // http://www.arthurian.nu/ Software Developer // Gamer // Webmaster // System Administrator In the beginning there was nothing. And the Lord said, "Let there be Light!" And there was still nothing. But you could see it. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
