Paul wrote: > Both client and server are ICS (application server) > Client asks server for the next command that the client should execute > locally. > If the server has no command available for the client, he postpones > the answer for 20 seconds. > During that 20 seconds, there should no communication between > client-server since the client is just waiting. > This goes well for the first 5 seconds, and then there is a > communication of about 1.6 kb/sec (client side), > That 5 seconds seems natural, since the connection is keep-alive. > The communication after the first 5 seconds is not.
Maybe it is due to the new keep-alive timeout feature of v7 THttpServer? -- Arno Garrels -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be
