Re: [twsocket] Bandwidth control at the root (TCustomWSocket)

2009-07-20 Thread Francois PIETTE
What do you think? It looks good. However any thread solution cannot behave exactly as a timer since it will post the message in any case. WM_TIMER messages however, are only sent/posted when the destination message queue is empty. I don't think it could be a problem. But f it does, GetQueue

Re: [twsocket] 10K Connections

2009-07-20 Thread Arno Garrels
Eric Fleming Bonilha wrote: > Will ICS-7 work on D2007? Yes, and I use it with old D7 applications sucessfully as well. -- Arno Garrels > > Thanks for the hints > > > Eric > > > - Original Message - > From: "Francois PIETTE" > To: "ICS support mailing" > Sent: Monday, July 20, 20

Re: [twsocket] Bandwidth control at the root (TCustomWSocket)

2009-07-20 Thread Arno Garrels
Francois PIETTE wrote: >> I'm still not sure what was the best implementation in >> TCustomWSocket. Anything speaking against your timer-based code in >> HttpProt.pas? Since W2K there are plenty of timers possible. > > For cilent application, there should be no problem. But for a server > applicat

Re: [twsocket] 10K Connections

2009-07-20 Thread Eric Fleming Bonilha
Thanks I should have searched it before. I can also split into more servers if it is the case, to make a load balancing environment. I currently use ICS6, I just tested ICS-7 on D2009 but I didnĀ“t port my app to D2009 yet. Will ICS-7 work on D2007? Thanks for the hints Eric - Origi

Re: [twsocket] 10K Connections

2009-07-20 Thread Francois PIETTE
I have a project for video streaming where the server must handle about 10k simultaneous TCP connection (Sending live video feed to the connections). What is the limit of connections that Windows can handle safetly? This has been frequently asked. You should search the mailing list archive to s

[twsocket] 10K Connections

2009-07-20 Thread Eric Fleming Bonilha
Hi, I would like to know if anyone here has already developed or worked with any project that uses ICS and handles about 10K Incomming TCP Connections simultaneously? I have a project for video streaming where the server must handle about 10k simultaneous TCP connection (Sending live video fee