> > I dont mean TTimer, because that TTimers are limited recourse, also each
> > Timer create a hidden window also limited. So in your case using TTimers
> > will get you probably out of recourses.
>
> I asked a few days ago to Francois if the TTimer code of HttpCli could be
> used in THttpConnection (web server client connections) for thousands of
> clients and he said yes. Now you say it is not feasible just as I thought.

A _single_ ttimer can be used for thousands of clients. TTimer would scan a 
list of timeout to
check. What wilfried is saying is that a TTimer _per_ client is not good 
because timers are a
limited resource. btw I think the limitation doesn't apply to W2K and above.


--
Contribute to the SSL Effort. Visit
http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
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