Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread jacques marchal via adepi.be
At 16:18 16/05/2006 +0200, you wrote: >Hello jacques, > >Use async methods, then nothing is running in a wait loop and you will >consume almost no CPU. OK, perfect and even better then WS-Ftp, sorry, I expected to find a property (mode sync/async) and not a method. Next time I will read further.

Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread Francois Piette
- From: "jacques marchal via adepi.be" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 16, 2006 3:47 PM Subject: [twsocket] ICS TftpCLient 100% cpu load > I am testing the component TFtpClient. > All are running fine except the CPU load at 100%. Multitasking is heavily > af

Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread Wilfried Mestdagh
Hello jacques, Use async methods, then nothing is running in a wait loop and you will consume almost no CPU. --- Rgds, Wilfried [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html http://www.mestdagh.biz Tuesday, May 16, 2006, 15:47, jacques marchal via adepi.be wrote: > I am testing the

[twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread jacques marchal via adepi.be
I am testing the component TFtpClient. All are running fine except the CPU load at 100%. Multitasking is heavily affected during the sending process. And I am using a 25 Kbyte ascending channel ADSL. That means a transfert of 100 Mb can take a full hour... Is it a way to reduce this CPU load, my