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.
Paul ----- Original Message ----- From: "Arno Garrels" <[email protected]> To: "ICS support mailing" <[email protected]> Sent: Sunday, February 15, 2009 8:10 PM Subject: Re: [twsocket] OpenSSL hardware accelerators > Paul wrote: >>> I don't understand? >>> >> >> Last week, I got complaints about a user that there was too much >> traffic in wait state. >> The HttpCli checks for comands on a server, > > OK, got it ;-) > >> but if there is nothing >> available, the server keeps the connection open for 20s before >> answering. > > If there is nothing available it sounds correct. > >> I checked the traffic between client-server and see there is no >> traffic for the first 5 seconds after the client's request. > > Sounds correct as well in case there's nothing to serve to the client. > >> After that , there is about 1.6kb/s traffic while waiting for an >> answer from the server. > > What actually is the problem? Looks like other clients are served. > I still don't get it? > > Is the server 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 > -- 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
