{section: Experimental Overlapped File Transfer}
 
-_Wiki page not yet completed, and has not been reviewed for correctness._
-
-This experimental feature introduced in HTCondor version 8.1.6 allows a pipelined use of an execute slot by overlapping the execution of one job with the transferring of output from the previous job.  This work is detailed in #4291.  The motivation behind this feature is that the amount of CPU time used for transferring output files back to the submit host can be significant, while the CPU usage during the transfer is minimal.  The goal is a more productive use of the CPU during this transfer time, by allowing it to start on a new job.
+This experimental feature introduced in HTCondor version 8.1.6 allows a pipelined use of an execute slot by overlapping the execution of one job with the transferring of output from the previous job.  This work is detailed in #4291.  The motivation behind this feature is that the amount of time used for transferring output files back to the submit host can be significant, while the CPU usage during the transfer is minimal.  The goal is a more productive use of the CPU during this transfer time, by allowing it to start on a new job.
 
 In implementation, an execute slot is paired with minimal-resource slot by configuration, and both slots are claimed together. These minimal-resource slots are called _transfer slots_ or _buddy slots_. A job begins its execution on the execute slot. When the job is done with its CPU-intensive phase, it invokes a condor_chirp command.  HTCondor then moves the job from the execute slot to its paired transfer slot, provided that transfer slot is not being used by a prior job for that prior job's output transfer.  And, the execute slot can then be matched with a new job.