Displaying 2 results from an estimated 2 matches for "thread_loop".
Did you mean:
ithread_loop
2020 May 18
2
Parallel transfers with sftp (call for testing / advice)
...queue is doable, although I think there's an
> issue or two still overlooked in the proposed implementation (specifically,
> threads combined with child processes especially requires carefully dealing
> with signals in all threads, which the change doesn't seem to do, and the
> thread_loop() logic is not clear - the function will never return).
The thread exists in thread_real_loop(), but yeah, it may not be clear enough.
Anyways, if the we have to avoid using threads, we'll have to rework all this?
> * Established behavior is changed, an error condition arbitrarily introduc...
2020 May 05
7
Parallel transfers with sftp (call for testing / advice)
Peter Stuge wrote:
>
> Matthieu Hautreux wrote:
>> The change proposed by Cyril in sftp is a very pragmatic approach to
>> deal with parallelism at the file transfer level. It leverages the
>> already existing sftp protocol and its capability to write/read file
>> content at specified offsets. This enables to speed up sftp transfers
>> significantly by