FTDI Community

General Category => Discussion - Drivers => Topic started by: Coderitter GmbH on June 26, 2023, 02:37:04 PM

Title: Concurrent execution of FT_WritePipe within multiple threads
Post by: Coderitter GmbH on June 26, 2023, 02:37:04 PM
Is it allowed to call FT_WritePipe concurrently from multiple threads? If so, are there any benefits in doing so?
Title: Re: Concurrent execution of FT_WritePipe within multiple threads
Post by: Coderitter GmbH on July 04, 2023, 12:31:06 PM
[Ans] depends on the FPGA implementation. If the FPGA can handle writes coming from different threads in an out of order fashion and if the FPGA is designed to re-order all of them, then no problem in doing this. Typically, no one does this.