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 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 PC is very sensitive to T°C and
 regulary crash.
 And I want to do some work during the sending (upload) process.
 WS-FTP uses less CPU.

 Jacques LLN be


-- 
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.be


Re: [twsocket] ICS TftpCLient 100% cpu load

2006-05-16 Thread Francois Piette
Are you using async mode ?
If not, then use it.

--
Contribute to the SSL Effort.
Visit http://www.overbyte.be/eng/ssl.html
--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be

- Original Message - 
From: jacques marchal via adepi.be [EMAIL PROTECTED]
To: twsocket@elists.org
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
 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 PC is very sensitive to T°C and
 regulary crash.
 And I want to do some work during the sending (upload) process.
 WS-FTP uses less CPU.

 Jacques LLN be

 -- 
 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.be

-- 
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.be


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.
Soon a postcard from LLN (not really exotic ...).
Jacques

-- 
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.be