> I have several thttpcli's in serveral threads doing some websearching. Can
> someone point me to a way to keep track of the total kb send/recieved
> /minute by all thttpcli's together.

There are no specific counters in the component. You have to implement this 
by yourself using OnCommand (sending) or OnHeaderData (receiving) event to 
grab header line length. For the body, you know exactly what you 
send/receive from the stream size or using OnDocData and OnSendData.

--
Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to