Re: [twsocket] TCP question

2006-09-03 Thread Kris Leech
With the HTTP Server though you will get the whole HTTP request even if it has been split up in to multiple packets at the TCP level? Markus Humm wrote: Hello, if a client on a LAN sends a packet with e.g. 512 Bytes and TCP splits it up internaly to e.g. 4x128 Bytes will the receiver get 4x

Re: [twsocket] THTTPServer compiled by FPC on Linux

2006-09-03 Thread Kris Leech
Thanks for the pointer. Im guessing the API for the Delphi and Kylix versions are the same so all we need to do is have the different ICS libary on each platform to successfully compile without changing source code. Can you recommend any reading material related to threaded/non-threaded verus

Re: [twsocket] TCP question

2006-09-03 Thread Francois PIETTE
With the HTTP Server though you will get the whole HTTP request even if it has been split up in to multiple packets at the TCP level? Is it a statement or a question ? If it is a question, please reformulate. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html --

Re: [twsocket] THTTPServer compiled by FPC on Linux

2006-09-03 Thread Francois PIETTE
Thanks for the pointer. Im guessing the API for the Delphi and Kylix versions are the same so all we need to do is have the different ICS libary on each platform to successfully compile without changing source code. That was the goal of my Kylix port. Still there are differences mostly

[twsocket] Solution to problem with THttpCli

2006-09-03 Thread Fastream Technologies
Hello, I found the solution to when to abort THttpCli connections by setting a clientError flag in the beginning and then resetting it in OnDocEnd. Sometimes when the browser is refreshed too quickly, our reverse proxy was not calling OnDocEnd yet the OnRequestDone was called WITHOUT an error

Re: [twsocket] Solution to problem with THttpCli

2006-09-03 Thread Francois PIETTE
Could you show the actual changes you made in the component ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday, September 03, 2006 1:35 PM Subject: [twsocket] Solution

[twsocket] ftp client and port command

2006-09-03 Thread Markus Humm
Hello, in one app. of mine I've used your FTP-client component which works well for the local FTP-server used for testing (sitting on the same machine as the app. so communication is to 127.0.0.1 there). When I test it now with a remote FTP-server to be used later (a server of a webhoster) I can

Re: [twsocket] ftp client and port command

2006-09-03 Thread Francois PIETTE
If you use passive mode, you'll get rid of all problems. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: Markus Humm [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday, September 03, 2006 7:26 PM Subject: [twsocket] ftp client and port

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-03 Thread Arno Garrels
Hello Francois, V6 is still in beta state, that's why I prefer the best solution regardless whether it breaks existing application code or not, as long as such 'breaking' changes are well documented. Just my two cents. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html

Re: [twsocket] Solution to problem with THttpCli

2006-09-03 Thread Fastream Technologies
Hello, I set a flag in THttpCli:OnDocBegin and reset it in OnDocEnd. If it is not reset in OnRequestDone, then there was an error. Simple, isn't it? Best Regards, SZ - Original Message - From: Francois PIETTE [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Sunday,

Re: [twsocket] About HTTP client V6 changes to support .NET

2006-09-03 Thread Johnnie Norsworthy
I am a newcomer to using ICS and have been very pleased with it so far. I prefer the non-blocking functions to anything I have seen in Indy, and I prefer the reduced number of components. I originally used Argosoft Internet Mail Suite before converting to Indy a couple of years ago. As far as