[SPDK] Re: How to fix the error generated while generating SPDK thread
mostaan.fereidooni at gmail.com
| Newsgroups | dev.linux.lists.spdk |
|---|---|
| Message-ID | <[email protected]> |
Hi Ben, Thanks for your response. In fact, I want to write a program that does the following with SPDK: there are 2 threads of SPDK threads as readers that read from 2 different large files. there are 2 threads of SPDK threads as writers that write what is read by the readers on 2 different files. All of these threads have been affinitized to the cores that we specify. All reading and writing will be done as asynchronous i / o. In addition read and write statistics should be written online at the output. and If any errors occur it should be detected and the output should be notified.