Hi, Thank you so much for your email! The problem is that the server I am developing for is not under our control and essentially can send no data for hours on end - it only sends data when sth is pending.
I have now resorted to sending data in response to an incoming alarm - the NetLibSend call completes, but the data never leaves my developing workstation(sniffing with Ethereal while running program on SIM). Anybody have any ideas? Best regards from Vienna Tam Hanna Subject: Re: Keep network connection alive in the background From: "P. Douglas Reeder" <[EMAIL PROTECTED]> Date: Wed, 25 Jun 2008 09:21:22 -0400 X-Message-Number: 2 If you can configure the server to send bits of info at regular intervals (like the IDLE message from an IMAP server), that ought to do it. On Jun 25, 2008, at 2:07 AM, Tam Hanna wrote: > > I am currently developing a network application that keeps itself > connected to a TCP socket for a longer period of time(without sending > or receiving data). On my Palm TX(connected to a BT router), the app > has no issues and stays alive. However, on my Treo 680(GSM > connection), the connection seems to die after some time(I tried to > ping google and got the Singing Up message again). > > What can I do to keep the connection alive? I have already tried > sending small bits of data in response to an alert to no avail... -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
