in reply to Re^3: Performance of FTP Transfer
in thread Performance of FTP Transfer
Using multiple threads to maintain multiple connections isn't necesarily the only solution. Frameworks like IO::EventMux and IO::Lambda does single threaded multi-connection management using non-blocking IO.
|
|---|