Re: [twsocket] Reduce Priority TFTPServer

2006-08-16 Thread Francois Piette
day, August 16, 2006 11:35 AM Subject: [twsocket] Reduce Priority TFTPServer > Hi, > > I am using Delphi 5 with your TFTPServer and > TFTPClient over a LAN network. > There are 20 machines sending data simultaneously to > the same TFTPServer. This is slowing down the machine > cons

Re: [twsocket] Reduce Priority TFTPServer

2006-08-16 Thread Fastream Technologies
Hello, You should not use ProcessMessages() but instead adjust thread priority. Regards, SZ - Original Message - From: "Allan Fernandes" <[EMAIL PROTECTED]> To: "ICS" Sent: Wednesday, August 16, 2006 12:35 PM Subject: [twsocket] Reduce Priority TFTPSer

[twsocket] Reduce Priority TFTPServer

2006-08-16 Thread Allan Fernandes
Hi, I am using Delphi 5 with your TFTPServer and TFTPClient over a LAN network. There are 20 machines sending data simultaneously to the same TFTPServer. This is slowing down the machine considerably. I have no problem if the FTP transfers are slowed down instead, therefore I am trying to add App