Re: [twsocket] Error in function WSACancelAsyncRequest

2006-07-28 Thread Wilfried Mestdagh
Hello Max, If winsock complains about an Invalid argument, than you have probably some pointer overritten or othere memory problem in your application. There is a debugger setting for overwriting memory, but never tryed it or know that it works well. --- Rgds, Wilfried [TeamICS] http://www.overby

Re: [twsocket] Very strange problem with server and client software [solution]...

2006-07-28 Thread Wilfried Mestdagh
Hello Hoby, If PutDataInSendBuffer and Send 0 at the end makes a difference then you probably have a problem in the receiver. Same reason as the reason it depent from machine to machine. You can try also with SocketSpy, if it also make a difference then you sure have to check over there. - You me

Re: [twsocket] Very strange problem with server and client software [solution]...

2006-07-28 Thread Hoby Smith
Hello. Well, ultimately, here is my solution. This appears to work 99.9% of the time, maybe 100%. There was one failure, but not sure if it was a related problem... ;) Oddly, turning on the TWSocket MultiThreaded property tends to alleviate the majority of symptoms. As I understand, the only m

[twsocket] Error in function WSACancelAsyncRequest

2006-07-28 Thread Max Terentiev
Helo, My program uses TSmtpCli and I receive this exception time to time: "Error in function WSACancelAsyncRequest - Invalid Argument." How to avoid this error ? --- With best regards, Max Terentiev. Business Software Products. AMS Development Team. [EMAIL PROTECTED] -- To unsubscribe or chan

Re: [twsocket] Very strange problem with server andclient software...

2006-07-28 Thread Francois PIETTE
Incorrect order of packets are frequently caused by improper use of the message pump. The rule is simple: never call any form of message pump from an event handler. This is true for ICS but also any other component even simplest one such as TButton ! Pay attention that the message pump may is c

Re: [twsocket] Very strange problem with server and client software...

2006-07-28 Thread Hoby Smith
Thanks for the info guys... :) I assumed the issue must somehow be related to sequencing issues impacted by the faster, local speeds, although exactly how I wasn't sure. On further testing, I have discovered something of interest. After setting the TWSocketServer MultiThreaded property to true

Re: [twsocket] Very strange problem with server andclientsoftware...

2006-07-28 Thread Arno Garrels
Francois PIETTE wrote: > You can easily disable screen updates and replace it by log file. That's more than true. Logging to screen is very very slow and might impact entire component behaviour, if not done properly. > Ethereal is not always able to catch trafic on localhost. Unfortunately true

Re: [twsocket] Very strange problem with server andclientsoftware...

2006-07-28 Thread Francois PIETTE
You can easily disable screen updates and replace it by log file. Ethereal is not always able to catch trafic on localhost. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Fastream Technol

Re: [twsocket] Very strange problem with server and clientsoftware...

2006-07-28 Thread Fastream Technologies
SocketSpy sometimes has side-eefects when speed is the main changing parameter! It slows down connections due to slow screen update. I would suggest www.ethereal.org. FYI. SZ - Original Message - From: "Francois PIETTE" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, July

Re: [twsocket] Very strange problem with server and client software...

2006-07-28 Thread Francois PIETTE
> for some unknown reason. I have never seen a scenario where the programs > run fine from different machines, but won't work on the same machine. I > am > really hoping someone might have seen something similar? Could it be a > WinSock bug? I don't think it is a winsock bug. The main differen

[twsocket] Very strange problem with server and client software...

2006-07-28 Thread Hoby Smith
Hello. I am experiencing some very strange symptoms with some programs that communicate using ICS. Summary: The programs communicate fine (stable and consistent) when they are run on DIFFERENT machines. However, when run on the SAME machine, the communication between the programs is very un

Re: [twsocket] Fw: TFtpCli with an HTTP 1.1 proxy

2006-07-28 Thread Arno Garrels
>> Thanks for the swift reply. I will give it a go. I think best practice would be to implement HTTP proxy support in TWSocket, that would make it available to all upper protocol components too (like socks proxy), would be a nice contribution to ICS! --- Arno Garrels [TeamICS] http://www.overbyte

[twsocket] Fw: TFtpCli with an HTTP 1.1 proxy

2006-07-28 Thread Arno Garrels
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 28, 2006 3:50 PM Subject: Re: [twsocket] TFtpCli with an HTTP 1.1 proxy > Thanks for the swift reply. I will give it a go. > > Jonesmabel > > -Original Message- > From: Arno Garrels <[EMA

Re: [twsocket] TFtpCli with an HTTP 1.1 proxy

2006-07-28 Thread Arno Garrels
[EMAIL PROTECTED] wrote: > Is there any way to use TFtpCli through an HTTP 1.1 proxy ? The proxy > requires a host ,user, password, port. It's not yet implemented, you have to code by yourself. Most necessary code is already available in HttpProt.pas. --- Arno Garrels [TeamICS] http://www.overbyt

[twsocket] TFtpCli with an HTTP 1.1 proxy

2006-07-28 Thread jonesmabel
Is there any way to use TFtpCli through an HTTP 1.1 proxy ? The proxy requires a host ,user, password, port. thanks Jonesmabel -- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte