Re: [twsocket] FTPClient not ready

2005-11-22 Thread Francois PIETTE
I'm not sure I understand how your architectured your software. Anyway, the error you have comes from the fact you ask the component to do an operation while another is still being processed. You may try this: from your OnRequestDone event, post a custom message to your form and place the code

Re: [twsocket] To much cpu usage

2005-11-22 Thread Francois PIETTE
Very strange. I have no idea about what could cause this behaviour. Do you have wait loop in your code (call to Application.ProcessMessages within a loop, or similar call to the message pump) ? -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://

Re: [twsocket] HTTP compression

2005-11-22 Thread Fastream Technologies
- Original Message - From: "Maurizio Lotauro" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Tuesday, November 22, 2005 6:15 PM Subject: Re: [twsocket] HTTP compression > Scrive Fastream Technologies <[EMAIL PROTECTED]>: > > [...] > >> The server then starts compression (deflate wo

Re: [twsocket] HTTP compression

2005-11-22 Thread Maurizio Lotauro
Scrive Fastream Technologies <[EMAIL PROTECTED]>: [...] > The server then starts compression (deflate works by packet-by-packet way) I see that some ftp program can download a .gz version of a file. This is a different think, right? Bye, Maurizio. ---

Re: [twsocket] HTTP compression

2005-11-22 Thread Maurizio Lotauro
Scrive Angus Robertson - Magenta Systems Ltd <[EMAIL PROTECTED]>: [...] > I'm sure there are good reasons for all the work you did, I've just not > yet found the demo application or readme. But I will at least try it > later this week. You must use the content of HttpContCod.zip that is in t

[twsocket] To much cpu usage

2005-11-22 Thread Allan Møller
Hello All I have a strange problem. I have a system with about 20 processes running, all using twsocket (ver. 5.03), most of them have a connection to the "master process". All are working fine, but when I move the mouse out on the free desktop (not on an icon or window), all my processes us

[twsocket] FTPClient not ready

2005-11-22 Thread [EMAIL PROTECTED]
hi All, In my application i have 3 TTimer compents that on interval time send ftp command with TFtpClient components. I control this procedure on OnRequest event but the component say "FTPclient not ready"; how make to control this event, why ? Thank in advanced. Marco. Italy -- To unsubscribe