Re: [twsocket] FTP Client Delay - take 2

2009-10-10 Thread Robert Van Gemert
Graham, I have uses Ics ftp server with inews, in this case inews was configured to act as a ftp client and would ftp nmsl as each item in the rundown changed (I called it delta change). Inews would also use ftp command to delete files as journalists deleted items. So Polling is NOT required,

Re: [twsocket] broadcast sender address

2006-03-06 Thread Robert Van Gemert
gets regular OnDataAvailable events. If ReceiveFrom is replaced with Receive the fault clears. I have solved my problem by other means, this is just for info only -rvg - Original Message - From: "Robert Van Gemert" <[EMAIL PROTECTED]> To: "ICS support mailing"

Re: [twsocket] broadcast sender address

2006-03-04 Thread Robert Van Gemert
Wilfried , Thanks, I am calling ReceiveFrom within OnDataAvailable. When I use ReceiveFrom my application takes 90% of the cpu and remains in this state. If i use Receive my aplication works correctly. I presume ReceiveFrom should not block but in my case it does. -rvg - Original Message

[twsocket] broadcast sender address

2006-03-03 Thread Robert Van Gemert
Hi, I am using delphi 2005, wsocket v5.15 on xp to receive broadcasts from a server. The server broadcasts on port 5006 to 255.255.255.255. The client pc receives the broadcasts by listening to 0.0.0.0. All works ok using using RxBroadcastSocket.Receive(@Buffer, SizeOf(Buffer). I now wish to de