Re: [twsocket] Throttling for THttpConnection

2006-01-15 Thread Dan
throttler to multiple sockets and they will share that limit. Dan - Original Message - From: "Fastream Technologies" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, January 15, 2006 2:33 PM Subject: Re: [twsocket] Throttling for THttpConnection > T

Re: [twsocket] Throttling for THttpConnection

2006-01-15 Thread Fastream Technologies
ailing" Sent: Sunday, January 15, 2006 4:06 PM Subject: Re: [twsocket] Throttling for THttpConnection > http://www.xantorrent.pwp.blueyonder.co.uk/ics/ThrottledWSocket.zip has > some > example throttling code. Only uses one timer and throttles all your > connections to one

Re: [twsocket] Throttling for THttpConnection

2006-01-15 Thread Dan
ED]> To: "ICS support mailing" Sent: Saturday, January 14, 2006 7:47 PM Subject: [twsocket] Throttling for THttpConnection > Hello, > > When I run 32 THttpConnection's in a single worker thread, I cannot use > the > throttling with the Sleep() command like in one-t

Re: [twsocket] Throttling for THttpConnection

2006-01-15 Thread Francois PIETTE
> Would it be feasible if I added one timer per xxx/ > number of server connections as the way you did? Yes it is. -- [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 Vis

Re: [twsocket] Throttling for THttpConnection

2006-01-15 Thread Fastream Technologies
Would it be feasible if I added one timer per xxx/ number of server connections as the way you did? Regards, SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Sunday, January 15, 2006 12:01 PM Subject:

Re: [twsocket] Throttling for THttpConnection

2006-01-15 Thread Francois PIETTE
>>> Have you seen the code for bandwidth limitation ? It exists since a few >>> months and works with a compile time option. > > Great notice! :o > > but where is it? In HttpProt.pas, search for UseBandwidthControl. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [

Re: [twsocket] Throttling for THttpConnection

2006-01-14 Thread David A. G.
support mailing" Sent: Saturday, January 14, 2006 5:24 PM Subject: Re: [twsocket] Throttling for THttpConnection > Have you seen the code for bandwidth limitation ? It exists since a few > months and works with a compile time option. > > -- > [EMAIL PROTECTED] > http://

Re: [twsocket] Throttling for THttpConnection

2006-01-14 Thread Francois PIETTE
Sent: Saturday, January 14, 2006 8:47 PM Subject: [twsocket] Throttling for THttpConnection > Hello, > > When I run 32 THttpConnection's in a single worker thread, I cannot use > the > throttling with the Sleep() command like in one-thread/connection design > as > the s

[twsocket] Throttling for THttpConnection

2006-01-14 Thread Fastream Technologies
Hello, When I run 32 THttpConnection's in a single worker thread, I cannot use the throttling with the Sleep() command like in one-thread/connection design as the sleep call blocks the other connections as well since they are in the same thread context. I know that there is a limitation for num