Re: [twsocket] Ftp server FreeCurrentPasvPort

2006-01-17 Thread Peter Feldbaumer
Original Message From: Arno Garrels [EMAIL PROTECTED] I'm using current version of the ICS-SSL distribution and I'm testing with the official demo application having SSL enabled. This should definitely be fine... I changed and tested different shutdown procedures in WSocket.pas

Re: [twsocket] Ftp server FreeCurrentPasvPort

2006-01-17 Thread Arno Garrels
Peter Feldbaumer wrote: In TFTPServer.WMFtpSrvClientClosed() the following two lines have to be added, best would be just before FClientList.Remove(Client); That makes sence ;-) BTW: FreeCurrentPasvPort is called multiple times in most cases, doesn't hurt, but's not very nice. Arno

Re: [twsocket] Ftp server FreeCurrentPasvPort

2006-01-17 Thread Peter Feldbaumer
Original Message From: Arno Garrels [EMAIL PROTECTED] BTW: FreeCurrentPasvPort is called multiple times in most cases, doesn't hurt, but's not very nice. That's true - however all calls do have their reason - (just like the one call to FreeCurrentPasvPort we just added (won't be

回覆: Re: [twsocket] Buffer size

2006-01-17 Thread Opqrst Ghrst
hello, thanks to reply. but by my test, if my cpu not slow when I use buffer 32kb to send 50MB file only cost 13Mins, with 8kb it must cost almost 20Mins. It not always can up to max speed, but maybe better for slow cpu works. --- Francois Piette [EMAIL PROTECTED] 說: Actully, the buffer

Re: [twsocket] ICS-V6 supported compilers

2006-01-17 Thread Moacir Flávio Gonçalves
I plan to stay in D7.. as long as you support it, I´m happy. I only think about a D5 users, aren´t they a big community? - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: twsocket@elists.org Sent: Wednesday, December 28, 2005 11:22 AM Subject: [twsocket] ICS-V6 supported

Re: [twsocket] ICS-V6 supported compilers

2006-01-17 Thread Francois Piette
I plan to support Delphi 7, Delphi 2006 (Win32 and .NET) and C-Builder 2006 only. Any tought ? I plan to stay in D7.. as long as you support it, I´m happy. I only think about a D5 users, aren´t they a big community? I don't know. One day or later, they will have to upgrade to the current

Re: [twsocket] ICS-V6 supported compilers

2006-01-17 Thread Moacir Flávio Gonçalves
Sorry for the late answer, I was reading my in-box (was in holidays since 21/12) and replied automatically without take care of how old question was :). By the way, I´m in 1-jan and plan to take care not to worry you all with late answers anymore ;) - Original Message - From: Francois

[twsocket] fast data sending

2006-01-17 Thread Dod
Hello, Still on my 15.000 cnx project, I will have 3 connectors that should accept 5000 users each, each connector will then link o server itself. Because I want to send TCP datas to all users as fast as possible, I think I will have 10 threads per connector, each thread attaching equal

Re: [twsocket] fast data sending

2006-01-17 Thread Francois Piette
Still on my 15.000 cnx project, I will have 3 connectors that should accept 5000 users each, each connector will then link o server itself. You should use V6 to reach 5000 simultaneous users otherwise you have to tweak to OS to accept more handles. V6 drastically reduce the number of hidden

Re: [twsocket] fast data sending

2006-01-17 Thread Wilfried Mestdagh
Hello Dod, OK, I think I understand where I was wrong. So when I send data I simply do a .Send loop to each connected user and that all. Yep, and Send will return immediatly while the ocmponent does the job in background using coroporative multitasking. --- Rgds, Wilfried [TeamICS]

[twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Arno Garrels
Hi, I've just more or less copied and pasted the bandwidth control stuff from HttpProt.pas to FtpProt.pas, enabled it on the data channel only so far. I couldn't find a note who contributed this code? Also, should I enable it on the control channel as well?? --- Arno Garrels [TeamICS]

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Wilfried Mestdagh
Hello Angus, My opinion too, but it seems a popular item :) If I write an application my concern is to get as muth data in short possible time. But others seems to like to delay it :) I dont know the reason... --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Paul
Hi Wilfried, It is sometimes necessary. Suppose you have a server running on an 100 MB WAN-connection, and there are clients that have 100MB upload and download lines, your server will be blocked immediately. Such clients (mostly corparate companies) exist , and even more then one would like.

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Wilfried Mestdagh
Hello Paul, Yes understeand. I only never had that situation or ask. I probably have the kind of customars with different view. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, January 17, 2006, 21:58, Paul wrote: Hi

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Paul
I only discovered it recently myself, A few of our customurs are able to download a 10Mb file in just a second ! And worse: these customurs are increasing day by day Paul - Original Message - From: Wilfried Mestdagh [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent:

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Francois PIETTE
I've just more or less copied and pasted the bandwidth control stuff from HttpProt.pas to FtpProt.pas, enabled it on the data channel only so far. I couldn't find a note who contributed this code? Well, it's me ! Actually I have done it for a customer who payed for and agreed to give it to

Re: [twsocket] Bandwidth control TFtpClient

2006-01-17 Thread Angus Robertson - Magenta Systems Ltd
Suppose you have a server running on an 100 MB WAN-connection, and there are clients that have 100MB upload and download lines, your server will be blocked immediately. But we were not talking about servers, only clients. Angus via a 10 Mbit cable modem g -- To unsubscribe or change your