> However the speed depends of course, if you have just a single
> instance, it makes no difference, but how do you realize multiple,
> concurrent i.e. FTP-dowloads in sync mode? You would have to go
> multithreaded, pooled or
> one thread per connection but that's definitely slower than having
Angus Robertson - Magenta Systems Ltd wrote:
>> Given you want best performance one should use the async/none-blocking
>> methods, however in TFtpCli each method has also a blocking (sync)
>> counterpart that allows you to code more like the Indy way (slow).
>
> Indy might be slow, I really don't