Its just that - your server is terminating the connection. What server are you sending it to? What protocol?
Is this through POSE/Simulator or a device. Is there any firewalls or proxies that you are going through. What is the total byte length of 3925 messages. -Dave "R Moon" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi friends > I need you'r experiencie with connections TCP/IP , > I have a program with two while, I send buffer in format char (messages) i > can only send 3925/3960 messages aproximate . I read a mesaages of a DB , I' > not fin th problem , the error appear as Server is disconnected. > here a sample of my prog > help me please > > SysLibFind > NetLibOpen > > while (Not End PDB) > { > NetLibSocketOpen > NetLibSOcketConect > while sentbytes < buflen > { > NetLibSend() > } > NetLibSockeClose > } > NetLibClose > Close DB > > good ? or really really bad? thanks > -- > Rub�n Luna Cabret > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
