I have integrated a winsock server in my app and have some problems with respone time and broken connections. My server returns HTML code (a user form) with the senddata() method. Sometimes, only half forms are shown in the users browser and it takes long time. I have played some with the size of packets sent but the problem remains. If the internet connection is good, there are no problems at all.
I would be grateful for hints on how to solve the dataarrival and senddata part of the server. I have played some with the senddatacomplete event but it seems that this event doesn't trigger for all connections but only some. Is this true? My thought was that this is the place where a connection shall be closed but then I must be sure that it trigger.
Thanks'
Micael
I would be grateful for hints on how to solve the dataarrival and senddata part of the server. I have played some with the senddatacomplete event but it seems that this event doesn't trigger for all connections but only some. Is this true? My thought was that this is the place where a connection shall be closed but then I must be sure that it trigger.
Thanks'
Micael