Re: [twsocket] Question >> How can I setup checkboxestoseetheFTP-Status

2005-04-17 Thread Angus Robertson - Magenta Systems Ltd
> 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

Re: [twsocket] Question >> How can I setup checkboxestoseetheFTP-Status

2005-04-16 Thread Arno Garrels
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