[twsocket] ICS won't work anymore...

2008-02-27 Thread Steen Börlum
Hey, I got a strange problem, I am downloading (XML) news from different website, and it all was working for a long time. But now it won't download anymore from reouters (http://feeds.reuters.com/reuters/worldNews). First I thought it was a bug in my program, but then I test the ICS own

Re: [twsocket] FTPClient Put problem

2008-02-27 Thread Fastream Technologies
Hello, I think increasing the buffer size to 16kB would solve the issue. Regards, SZ On 2/27/08, Fias Norbert István [EMAIL PROTECTED] wrote: Honestly I did not find the answer for my following question int he archieves, buti t can be I missed something. I have the following problem In

[twsocket] FTPClient Put problem

2008-02-27 Thread Fias Norbert István
Honestly I did not find the answer for my following question int he archieves, buti t can be I missed something. I have the following problem In case of upload with FTPClient the upload is slow. It seems that the client does not send enough fast the TCP segments. I mean it is waiting for the

Re: [twsocket] FTPClient Put problem

2008-02-27 Thread Arno Garrels
I once tested uploading a 2 GB file at 44 Mbits/s in a 100 Mbit/s LAN. Write ahead cache was disabled at the Server's HDD and the the disk seemed rather busy, the HDD was probably the bottleneck that avoided higher speeds. Make sure you do not have any anti-virus software or a personal Firewall

Re: [twsocket] FTPClient Put problem

2008-02-27 Thread Fias Norbert István
No, there is no FW. As I said with a different component on the same PC using same connection and same server I do not experience the problem. The problem is that Indy sends a large amount TCP segments as the received window increasing and as no drop occured while ICS FTP client does not

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread Steen Börlum
Hey, V6, I don't know how to install that one, it says is only for Delphi 7 and up, and I run BCB6. Is there a other web site than http://www.overbyte.be where I can locate V6 for BCB? Steen _ Står karriären still? Låt någon

Re: [twsocket] FTPClient Put problem

2008-02-27 Thread Arno Garrels
I increased the send buffer to 40k. Of course it works only during active connections. it does not help. Have you tried to increase BLOCK_SIZE of the DataSocket and BufSize (in TCustomWSocket.Create) of TWsocket's internal send buffer? They both are set to 1460 by default . Means a file is

Re: [twsocket] FTPClient Put problem

2008-02-27 Thread Tobias Rapp
Fias Norbert István wrote: The problem is that Indy sends a large amount TCP segments as the received window increasing and as no drop occured while ICS FTP client does not increase the number of sent segments, so the unacknowledged amount of bytes is not increasing. I have experienced

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread Ko Brink
I tested it and got some wierd binary data returned. but when i set the request version to 1.1 i get the page. so try to set httpcli-RequestVer = 1.1; On Wed, 27 Feb 2008 09:07:47 +0100, Steen Börlum [EMAIL PROTECTED] wrote: Hey, I got a strange problem, I am downloading (XML) news from

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread DZ-Jay
Ko Brink wrote: I tested it and got some wierd binary data returned. but when i set the request version to 1.1 i get the page. so try to set httpcli-RequestVer = 1.1; I just tried a request with using HTTP/1.0 (a manual request, not using ICS), and I received the XML page. I doubt that this

Re: [twsocket] FTPClient Put problem

2008-02-27 Thread Francois PIETTE
In case of upload with FTPClient the upload is slow. Pay attention to progress bar or similar GUI gadget. If not programmed correctly, they could slow down transfer a lot. Also, try running the FTP component in a worker thread, maybe with a priority set to something higher than the main

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread Francois PIETTE
Maybe a temperary bug in the server using ICS/BCB6 and using HTTP/1.0, i also getting the page now. This happend quite frequently: at server side, there are scripts, the script sometimes use header lines found in the HTTP request sent by the client. The script developper test his script with

Re: [twsocket] ICS won't work anymore...

2008-02-27 Thread JLIST
It looks like HttpTst User-Agent header is triggering the firewall on the web server. Use another User-Agent string, it will go through. Hey, I got a strange problem, I am downloading (XML) news from different website, and it all was working for a long time. But now it won't download anymore